]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/ppc/Makefile
[PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsi
[linux-2.6-omap-h63xx.git] / arch / ppc / Makefile
index 0432a25b47354e75d0a09e4b2817d1afe7849313..f9b0d778dd82ee1d0ec03b2273f46511a51cdf4c 100644 (file)
@@ -29,7 +29,7 @@ CPP           = $(CC) -E $(CFLAGS)
 
 CHECKFLAGS     += -D__powerpc__
 
-ifndef CONFIG_E500
+ifndef CONFIG_FSL_BOOKE
 CFLAGS         += -mstring
 endif
 
@@ -38,6 +38,7 @@ cpu-as-$(CONFIG_4xx)          += -Wa,-m405
 cpu-as-$(CONFIG_6xx)           += -Wa,-maltivec
 cpu-as-$(CONFIG_POWER4)                += -Wa,-maltivec
 cpu-as-$(CONFIG_E500)          += -Wa,-me500
+cpu-as-$(CONFIG_E200)          += -Wa,-me200
 
 AFLAGS += $(cpu-as-y)
 CFLAGS += $(cpu-as-y)