more changes on original files
[linux-2.4.git] / arch / mips / momentum / jaguar_atx / Makefile
1 #
2 # Makefile for Momentum Computer's Jaguar-ATX 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
9 USE_STANDARD_AS_RULE := true
10
11 O_TARGET:= jaguar_atx.o
12
13 obj-y    += mv-irq.o int-handler.o irq.o pci-irq.o pci.o prom.o reset.o setup.o
14
15 obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o
16
17 include $(TOPDIR)/Rules.make