diff options
Diffstat (limited to 'include/asm-sparc/Kbuild')
-rw-r--r-- | include/asm-sparc/Kbuild | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/include/asm-sparc/Kbuild b/include/asm-sparc/Kbuild index e2a57fd7abfa..b22b67a64ecc 100644 --- a/include/asm-sparc/Kbuild +++ b/include/asm-sparc/Kbuild | |||
@@ -1,6 +1,22 @@ | |||
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 += auxio.h |
6 | turbosparc.h vfc_ioctls.h winmacro.h | 6 | header-y += bpp.h |
7 | header-y += head.h | ||
8 | header-y += ipc.h | ||
9 | header-y += jsflash.h | ||
10 | header-y += openpromio.h | ||
11 | header-y += pbm.h | ||
12 | header-y += pconf.h | ||
13 | header-y += pgtsun4.h | ||
14 | header-y += reg.h | ||
15 | header-y += traps.h | ||
16 | header-y += turbosparc.h | ||
17 | header-y += vfc_ioctls.h | ||
18 | header-y += winmacro.h | ||
19 | |||
20 | unifdef-y += fbio.h | ||
21 | unifdef-y += perfctr.h | ||
22 | unifdef-y += psr.h | ||