1# 2# Makefile for Momentum Computer's Ocelot-C and -CS boards. 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:= ocelot_c.o 12 13obj-y += mv-irq.o cpci-irq.o uart-irq.o int-handler.o irq.o 14obj-y += pci-irq.o pci.o prom.o reset.o setup.o 15 16obj-$(CONFIG_KGDB) += dbg_io.o 17 18include $(TOPDIR)/Rules.make 19