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 @@ +# +# Makefile for Momentum Computer's Ocelot-G board. +# + +obj-y += int-handler.o irq.o gt-irq.o prom.o reset.o setup.o +obj-$(CONFIG_KGDB) += dbg_io.o + +EXTRA_AFLAGS := $(CFLAGS) |