diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2008-10-01 22:23:52 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2008-10-03 17:58:57 +0100 |
commit | 498a863fdfb3e60d2e0e964cd202c2030bda1005 (patch) | |
tree | 437e8f59c3533f131e10f1e46d01859a3c4bbefb /arch | |
parent | b7e4226e4f427b59dc8e9c45a2a1a1ed1353a140 (diff) | |
download | linux-stable-498a863fdfb3e60d2e0e964cd202c2030bda1005.tar.gz linux-stable-498a863fdfb3e60d2e0e964cd202c2030bda1005.tar.bz2 linux-stable-498a863fdfb3e60d2e0e964cd202c2030bda1005.zip |
[MIPS] SMTC: Build fix: Fix filename in Makefile
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/mti-malta/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mti-malta/Makefile b/arch/mips/mti-malta/Makefile index 3b7dd722c32a..cef2db8d2225 100644 --- a/arch/mips/mti-malta/Makefile +++ b/arch/mips/mti-malta/Makefile @@ -15,6 +15,6 @@ obj-$(CONFIG_EARLY_PRINTK) += malta-console.o obj-$(CONFIG_PCI) += malta-pci.o # FIXME FIXME FIXME -obj-$(CONFIG_MIPS_MT_SMTC) += malta_smtc.o +obj-$(CONFIG_MIPS_MT_SMTC) += malta-smtc.o EXTRA_CFLAGS += -Werror |