]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/boot/compressed/Makefile
[ARM] 3240/2: AT91RM9200 support for 2.6 (Core)
[linux-2.6-omap-h63xx.git] / arch / arm / boot / compressed / Makefile
index 0009a80498cc54def44582d903203a9425200250..35ffe0f4ece78720c15a448061e0ad55d55af235 100644 (file)
@@ -46,6 +46,10 @@ ifeq ($(CONFIG_PXA_SHARPSL),y)
 OBJS           += head-sharpsl.o
 endif
 
+ifeq ($(CONFIG_ARCH_AT91RM9200),y)
+OBJS           += head-at91rm9200.o
+endif
+
 ifeq ($(CONFIG_DEBUG_ICEDCC),y)
 OBJS            += ice-dcc.o
 endif