ARM: 5684/1: Add nuc960 platform to w90x900
[deliverable/linux.git] / arch / arm / mach-w90x900 / Makefile
index e38aa328e608cf9b85dfd48c8758b76c1a38af86..828c0326441e74cf9fbedd4d852b61229ff98934 100644 (file)
@@ -9,7 +9,11 @@ obj-y                          += clksel.o dev.o cpu.o
 # W90X900 CPU support files
 
 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
This page took 0.025117 seconds and 5 git commands to generate.