fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / arch / arm / boot / compressed / Makefile
index 2adc152..adddc71 100644 (file)
@@ -51,7 +51,11 @@ OBJS         += head-at91rm9200.o
 endif
 
 ifeq ($(CONFIG_CPU_BIG_ENDIAN),y)
+ifeq ($(CONFIG_CPU_CP15),y)
 OBJS           += big-endian.o
+else
+# The endian should be set by h/w design.
+endif
 endif
 
 #