summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/arm/boot/compressed/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/boot/compressed/Makefile')
-rw-r--r--ANDROID_3.4.5/arch/arm/boot/compressed/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/arch/arm/boot/compressed/Makefile b/ANDROID_3.4.5/arch/arm/boot/compressed/Makefile
index bb267562..36cf358c 100644
--- a/ANDROID_3.4.5/arch/arm/boot/compressed/Makefile
+++ b/ANDROID_3.4.5/arch/arm/boot/compressed/Makefile
@@ -62,6 +62,10 @@ ifeq ($(CONFIG_PXA_SHARPSL_DETECT_MACH_ID),y)
OBJS += head-sharpsl.o
endif
+ifeq ($(CONFIG_ARCH_WMT),y)
+OBJS += head-wmt.o
+endif
+
ifeq ($(CONFIG_CPU_ENDIAN_BE32),y)
ifeq ($(CONFIG_CPU_CP15),y)
OBJS += big-endian.o