diff options
Diffstat (limited to 'arch/arm/boot/compressed/Makefile')
| -rw-r--r-- | arch/arm/boot/compressed/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/compressed/Makefile b/arch/arm/boot/compressed/Makefile index 2adc1527e0eb..adddc7131685 100644 --- a/arch/arm/boot/compressed/Makefile +++ b/arch/arm/boot/compressed/Makefile | |||
| @@ -51,7 +51,11 @@ OBJS += head-at91rm9200.o | |||
| 51 | endif | 51 | endif |
| 52 | 52 | ||
| 53 | ifeq ($(CONFIG_CPU_BIG_ENDIAN),y) | 53 | ifeq ($(CONFIG_CPU_BIG_ENDIAN),y) |
| 54 | ifeq ($(CONFIG_CPU_CP15),y) | ||
| 54 | OBJS += big-endian.o | 55 | OBJS += big-endian.o |
| 56 | else | ||
| 57 | # The endian should be set by h/w design. | ||
| 58 | endif | ||
| 55 | endif | 59 | endif |
| 56 | 60 | ||
| 57 | # | 61 | # |
