diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-15 21:07:59 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2008-07-15 21:07:59 -0400 |
commit | 84c3d4aaec3338201b449034beac41635866bddf (patch) | |
tree | 3412951682fb2dd4feb8a5532f8efbaf8b345933 /arch/mips/mti-malta/Makefile | |
parent | 43d2548bb2ef7e6d753f91468a746784041e522d (diff) | |
parent | fafa3a3f16723997f039a0193997464d66dafd8f (diff) |
Merge commit 'origin/master'
Manual merge of:
arch/powerpc/Kconfig
arch/powerpc/kernel/stacktrace.c
arch/powerpc/mm/slice.c
arch/ppc/kernel/smp.c
Diffstat (limited to 'arch/mips/mti-malta/Makefile')
-rw-r--r-- | arch/mips/mti-malta/Makefile | 21 |
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 @@ | |||
1 | # | ||
2 | # Carsten Langgaard, carstenl@mips.com | ||
3 | # Copyright (C) 1999,2000 MIPS Technologies, Inc. All rights reserved. | ||
4 | # | ||
5 | # Copyright (C) 2008 Wind River Systems, Inc. | ||
6 | # written by Ralf Baechle <ralf@linux-mips.org> | ||
7 | # | ||
8 | obj-y := malta-amon.o malta-cmdline.o \ | ||
9 | malta-display.o malta-init.o malta-int.o \ | ||
10 | malta-memory.o malta-mtd.o \ | ||
11 | malta-platform.o malta-reset.o \ | ||
12 | malta-setup.o malta-time.o | ||
13 | |||
14 | obj-$(CONFIG_EARLY_PRINTK) += malta-console.o | ||
15 | obj-$(CONFIG_PCI) += malta-pci.o | ||
16 | obj-$(CONFIG_KGDB) += malta-kgdb.o | ||
17 | |||
18 | # FIXME FIXME FIXME | ||
19 | obj-$(CONFIG_MIPS_MT_SMTC) += malta_smtc.o | ||
20 | |||
21 | EXTRA_CFLAGS += -Werror | ||