aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-w90x900/Makefile
diff options
context:
space:
mode:
authorwanzongshun <mcuos.com@gmail.com>2009-08-21 02:08:24 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-09-02 06:22:24 -0400
commit936fbe9efc96d40c8cdc23bba31a3beaad4f96c1 (patch)
tree47cedb7937032dca3aa6b7055046a1f9d7ae70b6 /arch/arm/mach-w90x900/Makefile
parent35c9221acb133ecc9abd701a1fb6fa909d177a77 (diff)
ARM: 5683/1: Add nuc950 platform to w90x900
Add nuc950 platform to w90x900. Signed-off-by: Wan ZongShun <mcuos.com@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-w90x900/Makefile')
-rw-r--r--arch/arm/mach-w90x900/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-w90x900/Makefile b/arch/arm/mach-w90x900/Makefile
index e38aa328e608..a4622b577a2c 100644
--- a/arch/arm/mach-w90x900/Makefile
+++ b/arch/arm/mach-w90x900/Makefile
@@ -9,7 +9,9 @@ obj-y += clksel.o dev.o cpu.o
9# W90X900 CPU support files 9# W90X900 CPU support files
10 10
11obj-$(CONFIG_CPU_W90P910) += nuc910.o 11obj-$(CONFIG_CPU_W90P910) += nuc910.o
12obj-$(CONFIG_CPU_NUC950) += nuc950.o
12 13
13# machine support 14# machine support
14 15
15obj-$(CONFIG_MACH_W90P910EVB) += mach-nuc910evb.o 16obj-$(CONFIG_MACH_W90P910EVB) += mach-nuc910evb.o
17obj-$(CONFIG_MACH_W90P950EVB) += mach-nuc950evb.o