diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-06-23 18:02:03 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-06-30 00:10:54 +0400 |
commit | 86165879a20753e7ed86be4c2e9bba3f32ed0aff (patch) | |
tree | 8b2b9f09d78b7bf310793862c4d4eafadfec8512 | |
parent | ec52d7bff060171a74a7b1826a42bd60d5b1b07d (diff) | |
download | linux-86165879a20753e7ed86be4c2e9bba3f32ed0aff.tar.xz |
[MIPS] excite: PCI makefile needs to use += if it wants a chance to work.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/pci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/pci/Makefile b/arch/mips/pci/Makefile index 465778c5d816..35d5927706ea 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 |