X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fmips%2Fcobalt%2FMakefile;h=de017c11f9b79a38de7939b6d6c49ee2286113ba;hb=b643b0fdbc59cf6bbb086974b29d2571e9e9f646;hp=3b6b7579d1dee8e36b86189069cecffba594f218;hpb=2ecc26b87a2b3e8650d3c7fe3fc85a8c73d5560d;p=pandora-kernel.git diff --git a/arch/mips/cobalt/Makefile b/arch/mips/cobalt/Makefile index 3b6b7579d1de..de017c11f9b7 100644 --- a/arch/mips/cobalt/Makefile +++ b/arch/mips/cobalt/Makefile @@ -2,6 +2,8 @@ # Makefile for the Cobalt micro systems family specific parts of the kernel # -obj-y := irq.o int-handler.o reset.o setup.o +obj-y := irq.o reset.o setup.o -EXTRA_AFLAGS := $(CFLAGS) +obj-$(CONFIG_PCI) += pci.o +obj-$(CONFIG_EARLY_PRINTK) += console.o +obj-$(CONFIG_MTD_PHYSMAP) += mtd.o