diff options
Diffstat (limited to 'include/asm-sparc/Kbuild')
-rw-r--r-- | include/asm-sparc/Kbuild | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/include/asm-sparc/Kbuild b/include/asm-sparc/Kbuild index e2a57fd7abfa..c6a55cf0d337 100644 --- a/include/asm-sparc/Kbuild +++ b/include/asm-sparc/Kbuild | |||
@@ -1,6 +1,15 @@ | |||
1 | include include/asm-generic/Kbuild.asm | 1 | include include/asm-generic/Kbuild.asm |
2 | 2 | ||
3 | unifdef-y += fbio.h perfctr.h psr.h | 3 | header-y += apc.h |
4 | header-y += apc.h asi.h auxio.h bpp.h head.h ipc.h jsflash.h \ | 4 | header-y += asi.h |
5 | openpromio.h pbm.h pconf.h pgtsun4.h reg.h traps.h \ | 5 | header-y += bpp.h |
6 | turbosparc.h vfc_ioctls.h winmacro.h | 6 | header-y += jsflash.h |
7 | header-y += openpromio.h | ||
8 | header-y += pconf.h | ||
9 | header-y += reg.h | ||
10 | header-y += traps.h | ||
11 | header-y += vfc_ioctls.h | ||
12 | |||
13 | unifdef-y += fbio.h | ||
14 | unifdef-y += perfctr.h | ||
15 | unifdef-y += psr.h | ||