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