-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Kbuild file for SPARC 'make headers_install'
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
- Loading branch information
David Woodhouse
committed
Jun 18, 2006
1 parent
dc901d6
commit a29ee9f
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
include include/asm-generic/Kbuild.asm | ||
|
||
header-y += apc.h asi.h asmmacro.h auxio.h bitext.h bpp.h \ | ||
bsderrno.h btfixup.h clock.h contregs.h cpudata.h cypress.h \ | ||
ebus.h ecc.h eeprom.h fbio.h floppy.h head.h hw_irq.h \ | ||
idprom.h io-unit.h iommu.h ipc.h jsflash.h \ | ||
kdebug.h machines.h mbus.h memreg.h mostek.h mpmbox.h msi.h \ | ||
mxcc.h obio.h openprom.h openpromio.h oplib.h pbm.h pcic.h \ | ||
pconf.h perfctr.h pgtsrmmu.h pgtsun4.h pgtsun4c.h psr.h reg.h \ | ||
ross.h sbi.h sbus.h sfp-machine.h smpprim.h \ | ||
solerrno.h spinlock.h sun4paddr.h sun4prom.h sunbpp.h svr4.h \ | ||
swift.h sysen.h timer.h traps.h tsunami.h turbosparc.h \ | ||
vac-ops.h vaddrs.h vfc_ioctls.h viking.h winmacro.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
include include/asm-generic/Kbuild.asm | ||
|
||
ALTARCH := sparc | ||
ARCHDEF := defined __sparc__ && defined __arch64__ | ||
ALTARCHDEF := defined __sparc__ && !defined __arch64__ | ||
|
||
header-y += agp.h apb.h asi.h auxio.h bbc.h bpp.h bsderrno.h \ | ||
chafsr.h chmctrl.h compat.h const.h cpudata.h dcr.h dcu.h \ | ||
display7seg.h ebus.h envctrl.h estate.h fbio.h fhc.h floppy.h \ | ||
fpumacro.h head.h hw_irq.h idprom.h iommu.h \ | ||
ipc.h isa.h kdebug.h lsu.h mostek.h ns87303.h \ | ||
openprom.h openpromio.h oplib.h parport.h pbm.h pconf.h \ | ||
perfctr.h pil.h psrcompat.h pstate.h reg.h sbus.h \ | ||
sfp-machine.h solerrno.h spinlock.h spitfire.h starfire.h \ | ||
sunbpp.h svr4.h timer.h ttable.h uctx.h upa.h utrap.h vga.h \ | ||
visasm.h watchdog.h |