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 @@ | |||
1 | # | ||
2 | # Makefile for Momentum's Ocelot board. | ||
3 | # | ||
4 | |||
5 | obj-y += int-handler.o irq.o prom.o reset.o setup.o | ||
6 | |||
7 | obj-$(CONFIG_KGDB) += dbg_io.o | ||
8 | |||
9 | EXTRA_AFLAGS := $(CFLAGS) | ||