diff options
Diffstat (limited to 'arch/mips/gt64120/momenco_ocelot/Makefile')
-rw-r--r-- | arch/mips/gt64120/momenco_ocelot/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/gt64120/momenco_ocelot/Makefile b/arch/mips/gt64120/momenco_ocelot/Makefile new file mode 100644 index 000000000000..7b59c6567c79 --- /dev/null +++ b/arch/mips/gt64120/momenco_ocelot/Makefile @@ -0,0 +1,9 @@ +# +# Makefile for Momentum's Ocelot board. +# + +obj-y += int-handler.o irq.o prom.o reset.o setup.o + +obj-$(CONFIG_KGDB) += dbg_io.o + +EXTRA_AFLAGS := $(CFLAGS) |