diff options
Diffstat (limited to 'arch/mips/momentum/ocelot_g/Makefile')
-rw-r--r-- | arch/mips/momentum/ocelot_g/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/momentum/ocelot_g/Makefile b/arch/mips/momentum/ocelot_g/Makefile new file mode 100644 index 000000000000..e5f1cb086973 --- /dev/null +++ b/arch/mips/momentum/ocelot_g/Makefile | |||
@@ -0,0 +1,8 @@ | |||
1 | # | ||
2 | # Makefile for Momentum Computer's Ocelot-G board. | ||
3 | # | ||
4 | |||
5 | obj-y += int-handler.o irq.o gt-irq.o prom.o reset.o setup.o | ||
6 | obj-$(CONFIG_KGDB) += dbg_io.o | ||
7 | |||
8 | EXTRA_AFLAGS := $(CFLAGS) | ||