Commit | Line | Data |
---|---|---|
a29ee9f3 DW |
1 | include include/asm-generic/Kbuild.asm |
2 | ||
3 | ALTARCH := sparc | |
4d1a0998 | 4 | ARCHDEF := defined __sparc__ && defined __arch64__ |
a29ee9f3 DW |
5 | ALTARCHDEF := defined __sparc__ && !defined __arch64__ |
6 | ||
fadcfa33 DW |
7 | header-y += apb.h |
8 | header-y += asi.h | |
9 | header-y += bbc.h | |
10 | header-y += bpp.h | |
11 | header-y += display7seg.h | |
12 | header-y += envctrl.h | |
fadcfa33 | 13 | header-y += ipc.h |
fadcfa33 DW |
14 | header-y += openprom.h |
15 | header-y += openpromio.h | |
fadcfa33 DW |
16 | header-y += pconf.h |
17 | header-y += psrcompat.h | |
18 | header-y += pstate.h | |
19 | header-y += reg.h | |
20 | header-y += uctx.h | |
21 | header-y += utrap.h | |
22 | header-y += watchdog.h | |
23 | ||
24 | unifdef-y += fbio.h | |
25 | unifdef-y += perfctr.h |