diff options
author | wanzongshun <mcuos.com@gmail.com> | 2009-08-21 07:09:03 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-09-02 11:22:24 +0100 |
commit | 8e22676e56673494a15ba95b57af21eb47d8b98a (patch) | |
tree | 19bd69d853e61b9a45688d65f01b22c078faee45 /arch/arm/mach-w90x900/Makefile | |
parent | 936fbe9efc96d40c8cdc23bba31a3beaad4f96c1 (diff) |
ARM: 5684/1: Add nuc960 platform to w90x900
Add nuc960 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/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-w90x900/Makefile b/arch/arm/mach-w90x900/Makefile index a4622b577a2c..828c0326441e 100644 --- a/arch/arm/mach-w90x900/Makefile +++ b/arch/arm/mach-w90x900/Makefile @@ -10,8 +10,10 @@ obj-y += clksel.o dev.o cpu.o obj-$(CONFIG_CPU_W90P910) += nuc910.o obj-$(CONFIG_CPU_NUC950) += nuc950.o +obj-$(CONFIG_CPU_NUC960) += nuc960.o # machine support obj-$(CONFIG_MACH_W90P910EVB) += mach-nuc910evb.o obj-$(CONFIG_MACH_W90P950EVB) += mach-nuc950evb.o +obj-$(CONFIG_MACH_W90N960EVB) += mach-nuc960evb.o |