diff options
Diffstat (limited to 'arch/arm/boot/compressed/Makefile')
-rw-r--r-- | arch/arm/boot/compressed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/compressed/Makefile b/arch/arm/boot/compressed/Makefile index 53faa9063a03..2ea1bfa40e1e 100644 --- a/arch/arm/boot/compressed/Makefile +++ b/arch/arm/boot/compressed/Makefile | |||
@@ -36,7 +36,7 @@ ifeq ($(CONFIG_CPU_XSCALE),y) | |||
36 | OBJS += head-xscale.o | 36 | OBJS += head-xscale.o |
37 | endif | 37 | endif |
38 | 38 | ||
39 | ifeq ($(CONFIG_PXA_SHARPSL),y) | 39 | ifeq ($(CONFIG_PXA_SHARPSL_DETECT_MACH_ID),y) |
40 | OBJS += head-sharpsl.o | 40 | OBJS += head-sharpsl.o |
41 | endif | 41 | endif |
42 | 42 | ||