diff options
Diffstat (limited to 'kernel/arch/mips/cobalt/Makefile')
-rw-r--r-- | kernel/arch/mips/cobalt/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/arch/mips/cobalt/Makefile b/kernel/arch/mips/cobalt/Makefile new file mode 100644 index 000000000..68f0c5871 --- /dev/null +++ b/kernel/arch/mips/cobalt/Makefile @@ -0,0 +1,7 @@ +# +# Makefile for the Cobalt micro systems family specific parts of the kernel +# + +obj-y := buttons.o irq.o lcd.o led.o mtd.o reset.o rtc.o serial.o setup.o time.o + +obj-$(CONFIG_PCI) += pci.o |