David Woodhouse | a29ee9f | 2006-06-18 12:22:49 +0100 | [diff] [blame] | 1 | include include/asm-generic/Kbuild.asm |
| 2 | |
| 3 | ALTARCH := sparc |
David S. Miller | 4d1a099 | 2006-06-20 08:34:40 +0100 | [diff] [blame^] | 4 | ARCHDEF := defined __sparc__ && defined __arch64__ |
David Woodhouse | a29ee9f | 2006-06-18 12:22:49 +0100 | [diff] [blame] | 5 | ALTARCHDEF := defined __sparc__ && !defined __arch64__ |
| 6 | |
David S. Miller | 4d1a099 | 2006-06-20 08:34:40 +0100 | [diff] [blame^] | 7 | unifdef-y := fbio.h perfctr.h |
| 8 | header-y += apb.h asi.h bbc.h bpp.h display7seg.h envctrl.h floppy.h \ |
| 9 | ipc.h kdebug.h mostek.h openprom.h openpromio.h parport.h \ |
| 10 | pconf.h psrcompat.h pstate.h reg.h uctx.h utrap.h watchdog.h |