summaryrefslogtreecommitdiffstats
path: root/arch/mips/mti-malta/Makefile
diff options
context:
space:
mode:
authorRalf Baechle2008-07-15 19:44:34 +0200
committerRalf Baechle2008-07-15 19:44:34 +0200
commit315806cb19f9d375dccbc2d60fa14e16afdcd5ac (patch)
treeeffe89f2f8d49bf62018ad5717a0d7c8c5725277 /arch/mips/mti-malta/Makefile
parent[MIPS] Remove always true ifdef conditions. (diff)
downloadkernel-qcow2-linux-315806cb19f9d375dccbc2d60fa14e16afdcd5ac.tar.gz
kernel-qcow2-linux-315806cb19f9d375dccbc2d60fa14e16afdcd5ac.tar.xz
kernel-qcow2-linux-315806cb19f9d375dccbc2d60fa14e16afdcd5ac.zip
[MIPS] Malta: Cleanup organization of code into directories.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mti-malta/Makefile')
-rw-r--r--arch/mips/mti-malta/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/mips/mti-malta/Makefile b/arch/mips/mti-malta/Makefile
new file mode 100644
index 000000000000..f8064446e812
--- /dev/null
+++ b/arch/mips/mti-malta/Makefile
@@ -0,0 +1,21 @@
+#
+# Carsten Langgaard, carstenl@mips.com
+# Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved.
+#
+# Copyright (C) 2008 Wind River Systems, Inc.
+# written by Ralf Baechle <ralf@linux-mips.org>
+#
+obj-y := malta-amon.o malta-cmdline.o \
+ malta-display.o malta-init.o malta-int.o \
+ malta-memory.o malta-mtd.o \
+ malta-platform.o malta-reset.o \
+ malta-setup.o malta-time.o
+
+obj-$(CONFIG_EARLY_PRINTK) += malta-console.o
+obj-$(CONFIG_PCI) += malta-pci.o
+obj-$(CONFIG_KGDB) += malta-kgdb.o
+
+# FIXME FIXME FIXME
+obj-$(CONFIG_MIPS_MT_SMTC) += malta_smtc.o
+
+EXTRA_CFLAGS += -Werror