diff options
Diffstat (limited to 'arch/mips/momentum/ocelot_c/Makefile')
-rw-r--r-- | arch/mips/momentum/ocelot_c/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/mips/momentum/ocelot_c/Makefile b/arch/mips/momentum/ocelot_c/Makefile new file mode 100644 index 00000000000..91240777f97 --- /dev/null +++ b/arch/mips/momentum/ocelot_c/Makefile @@ -0,0 +1,8 @@ +# +# Makefile for Momentum Computer's Ocelot-C and -CS boards. +# + +obj-y += cpci-irq.o int-handler.o irq.o prom.o reset.o \ + setup.o uart-irq.o + +obj-$(CONFIG_KGDB) += dbg_io.o |