diff options
Diffstat (limited to 'include/asm-sparc64/Kbuild')
-rw-r--r-- | include/asm-sparc64/Kbuild | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/include/asm-sparc64/Kbuild b/include/asm-sparc64/Kbuild index 9284c3cb27ec..4b59ce46cc2d 100644 --- a/include/asm-sparc64/Kbuild +++ b/include/asm-sparc64/Kbuild | |||
@@ -4,7 +4,26 @@ ALTARCH := sparc | |||
4 | ARCHDEF := defined __sparc__ && defined __arch64__ | 4 | ARCHDEF := defined __sparc__ && defined __arch64__ |
5 | ALTARCHDEF := defined __sparc__ && !defined __arch64__ | 5 | ALTARCHDEF := defined __sparc__ && !defined __arch64__ |
6 | 6 | ||
7 | unifdef-y += fbio.h perfctr.h | 7 | header-y += apb.h |
8 | header-y += apb.h asi.h bbc.h bpp.h display7seg.h envctrl.h floppy.h \ | 8 | header-y += asi.h |
9 | ipc.h kdebug.h mostek.h openprom.h openpromio.h parport.h \ | 9 | header-y += bbc.h |
10 | pconf.h psrcompat.h pstate.h reg.h uctx.h utrap.h watchdog.h | 10 | header-y += bpp.h |
11 | header-y += display7seg.h | ||
12 | header-y += envctrl.h | ||
13 | header-y += floppy.h | ||
14 | header-y += ipc.h | ||
15 | header-y += kdebug.h | ||
16 | header-y += mostek.h | ||
17 | header-y += openprom.h | ||
18 | header-y += openpromio.h | ||
19 | header-y += parport.h | ||
20 | header-y += pconf.h | ||
21 | header-y += psrcompat.h | ||
22 | header-y += pstate.h | ||
23 | header-y += reg.h | ||
24 | header-y += uctx.h | ||
25 | header-y += utrap.h | ||
26 | header-y += watchdog.h | ||
27 | |||
28 | unifdef-y += fbio.h | ||
29 | unifdef-y += perfctr.h | ||