Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
2 | # Makefile for the NEC DDB Vrc-5476 specific kernel interface routines | ||||
3 | # under Linux. | ||||
4 | # | ||||
5 | |||||
Ralf Baechle | e4ac58a | 2006-04-03 17:56:36 +0100 | [diff] [blame] | 6 | obj-y += setup.o irq.o nile4_pic.o vrc5476_irq.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | obj-$(CONFIG_KGDB) += dbg_io.o |
8 | |||||
9 | EXTRA_AFLAGS := $(CFLAGS) |