This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / arm / boot / compressed / Makefile
index 55fcbb7..e9e0c68 100644 (file)
@@ -40,6 +40,9 @@ endif
 
 ifeq ($(CONFIG_ARCH_SA1100),y)
 OBJS           += head-sa1100.o
+ifeq ($(CONFIG_SA1100_NANOENGINE),y)
+  OBJS += hw-bse.o
+endif
 endif
 
 ifeq ($(CONFIG_CPU_XSCALE),y)