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-sparc | |
parent | dc901d6d2596d45f2c398e735125e5123b4e2774 (diff) |
Add Kbuild file for SPARC 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-sparc')
-rw-r--r-- | include/asm-sparc/Kbuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/asm-sparc/Kbuild b/include/asm-sparc/Kbuild new file mode 100644 index 000000000000..cecdc6145546 --- /dev/null +++ b/include/asm-sparc/Kbuild | |||
@@ -0,0 +1,13 @@ | |||
1 | include include/asm-generic/Kbuild.asm | ||
2 | |||
3 | header-y += apc.h asi.h asmmacro.h auxio.h bitext.h bpp.h \ | ||
4 | bsderrno.h btfixup.h clock.h contregs.h cpudata.h cypress.h \ | ||
5 | ebus.h ecc.h eeprom.h fbio.h floppy.h head.h hw_irq.h \ | ||
6 | idprom.h io-unit.h iommu.h ipc.h jsflash.h \ | ||
7 | kdebug.h machines.h mbus.h memreg.h mostek.h mpmbox.h msi.h \ | ||
8 | mxcc.h obio.h openprom.h openpromio.h oplib.h pbm.h pcic.h \ | ||
9 | pconf.h perfctr.h pgtsrmmu.h pgtsun4.h pgtsun4c.h psr.h reg.h \ | ||
10 | ross.h sbi.h sbus.h sfp-machine.h smpprim.h \ | ||
11 | solerrno.h spinlock.h sun4paddr.h sun4prom.h sunbpp.h svr4.h \ | ||
12 | swift.h sysen.h timer.h traps.h tsunami.h turbosparc.h \ | ||
13 | vac-ops.h vaddrs.h vfc_ioctls.h viking.h winmacro.h | ||