diff options
Diffstat (limited to 'include/asm-sparc64/Kbuild')
-rw-r--r-- | include/asm-sparc64/Kbuild | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/include/asm-sparc64/Kbuild b/include/asm-sparc64/Kbuild index 7e88c1292d10..6cdaf9d33b38 100644 --- a/include/asm-sparc64/Kbuild +++ b/include/asm-sparc64/Kbuild | |||
@@ -1,21 +1 @@ | |||
1 | include include/asm-generic/Kbuild.asm | # dummy file to avoid breaking make headers_install | |
2 | |||
3 | ALTARCH := sparc | ||
4 | ARCHDEF := defined __sparc__ && defined __arch64__ | ||
5 | ALTARCHDEF := defined __sparc__ && !defined __arch64__ | ||
6 | |||
7 | header-y += asi.h | ||
8 | header-y += bpp.h | ||
9 | header-y += display7seg.h | ||
10 | header-y += envctrl.h | ||
11 | header-y += openprom.h | ||
12 | header-y += openpromio.h | ||
13 | header-y += psrcompat.h | ||
14 | header-y += pstate.h | ||
15 | header-y += reg.h | ||
16 | header-y += uctx.h | ||
17 | header-y += utrap.h | ||
18 | header-y += watchdog.h | ||
19 | |||
20 | unifdef-y += fbio.h | ||
21 | unifdef-y += perfctr.h | ||