From: Ralf Baechle Date: Fri, 23 Jun 2006 14:02:03 +0000 (+0100) Subject: [MIPS] excite: PCI makefile needs to use += if it wants a chance to work. X-Git-Tag: v2.6.18-rc1~353^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86165879a20753e7ed86be4c2e9bba3f32ed0aff;p=platform%2Fkernel%2Flinux-stable.git [MIPS] excite: PCI makefile needs to use += if it wants a chance to work. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/pci/Makefile b/arch/mips/pci/Makefile index 465778c..35d5927 100644 --- a/arch/mips/pci/Makefile +++ b/arch/mips/pci/Makefile @@ -23,7 +23,7 @@ obj-$(CONFIG_MARKEINS) += ops-emma2rh.o pci-emma2rh.o fixup-emma2rh.o # # These are still pretty much in the old state, watch, go blind. # -obj-$(CONFIG_BASLER_EXCITE) = ops-titan.o pci-excite.o fixup-excite.o +obj-$(CONFIG_BASLER_EXCITE) += ops-titan.o pci-excite.o fixup-excite.o obj-$(CONFIG_DDB5477) += fixup-ddb5477.o pci-ddb5477.o ops-ddb5477.o obj-$(CONFIG_LASAT) += pci-lasat.o obj-$(CONFIG_MIPS_ATLAS) += fixup-atlas.o