1#
2# Makefile for Momentum Computer's Ocelot-G 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:= ocelot_g.o
12
13obj-y	 += gt-irq.o pci-irq.o pci.o int-handler.o irq.o prom.o reset.o setup.o
14
15obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o
16
17include $(TOPDIR)/Rules.make
18