Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame^] | 1 | # |
2 | # Makefile for NEC DDB-Vrc5477 board | ||||
3 | # | ||||
4 | |||||
5 | obj-y += int-handler.o irq.o irq_5477.o setup.o lcd44780.o | ||||
6 | |||||
7 | obj-$(CONFIG_RUNTIME_DEBUG) += debug.o | ||||
8 | obj-$(CONFIG_KGDB) += kgdb_io.o | ||||
9 | |||||
10 | EXTRA_AFLAGS := $(CFLAGS) |