1# 2# Makefile for TOSHIBA JMR-TX3927 board 3# 4# Note! Dependencies are done automagically by 'make dep', which also 5# removes any old dependencies. DON'T put your own dependencies here 6# unless it's something special (ie not a .c file). 7# 8 9USE_STANDARD_AS_RULE := true 10 11O_TARGET:= jmr3927.o 12 13obj-y += init.o int-handler.o irq.o setup.o rtc.o pci_fixup.o pci_ops.o 14 15obj-$(CONFIG_RUNTIME_DEBUG) += debug.o 16obj-$(CONFIG_KGDB) += kgdb_io.o 17 18include $(TOPDIR)/Rules.make 19