commented early_printk patch because of rejects.
[linux-flexiantxendom0-3.2.10.git] / arch / mips / gt64120 / momenco_ocelot / Makefile
index 7908ef2..7b59c65 100644 (file)
@@ -2,8 +2,8 @@
 # Makefile for Momentum's Ocelot board.
 #
 
-EXTRA_AFLAGS := $(CFLAGS)
+obj-y                  += int-handler.o irq.o prom.o reset.o setup.o
 
-obj-y   += int-handler.o irq.o pci.o prom.o reset.o setup.o
+obj-$(CONFIG_KGDB)     += dbg_io.o
 
-obj-$(CONFIG_REMOTE_DEBUG) += dbg_io.o
+EXTRA_AFLAGS := $(CFLAGS)