diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 07:22:49 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-06-18 07:22:49 -0400 |
commit | a29ee9f3bf49d9a19def177145dcb85fc021c096 (patch) | |
tree | ba748458b5107bc01187cf020f9230ed8a330557 /include/asm-sparc64 | |
parent | dc901d6d2596d45f2c398e735125e5123b4e2774 (diff) |
Add Kbuild file for SPARC 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r-- | include/asm-sparc64/Kbuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/include/asm-sparc64/Kbuild b/include/asm-sparc64/Kbuild new file mode 100644 index 000000000000..5edf7643a209 --- /dev/null +++ b/include/asm-sparc64/Kbuild | |||
@@ -0,0 +1,16 @@ | |||
1 | include include/asm-generic/Kbuild.asm | ||
2 | |||
3 | ALTARCH := sparc | ||
4 | ARCHDEF := defined __sparc__ && defined __arch64__ | ||
5 | ALTARCHDEF := defined __sparc__ && !defined __arch64__ | ||
6 | |||
7 | header-y += agp.h apb.h asi.h auxio.h bbc.h bpp.h bsderrno.h \ | ||
8 | chafsr.h chmctrl.h compat.h const.h cpudata.h dcr.h dcu.h \ | ||
9 | display7seg.h ebus.h envctrl.h estate.h fbio.h fhc.h floppy.h \ | ||
10 | fpumacro.h head.h hw_irq.h idprom.h iommu.h \ | ||
11 | ipc.h isa.h kdebug.h lsu.h mostek.h ns87303.h \ | ||
12 | openprom.h openpromio.h oplib.h parport.h pbm.h pconf.h \ | ||
13 | perfctr.h pil.h psrcompat.h pstate.h reg.h sbus.h \ | ||
14 | sfp-machine.h solerrno.h spinlock.h spitfire.h starfire.h \ | ||
15 | sunbpp.h svr4.h timer.h ttable.h uctx.h upa.h utrap.h vga.h \ | ||
16 | visasm.h watchdog.h | ||