diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-03-28 10:34:05 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-03-28 10:34:05 +0100 |
commit | de4533a04eb4f66dbef71f59a9c118256b886823 (patch) | |
tree | 8b8681da4294bf7be9d1cde44bfbf303843ba359 /arch/arm/boot/compressed/Makefile | |
parent | a081568d7016061ed848696984e3acf1ba0b3054 (diff) | |
download | blackbird-op-linux-de4533a04eb4f66dbef71f59a9c118256b886823.tar.gz blackbird-op-linux-de4533a04eb4f66dbef71f59a9c118256b886823.zip |
[ARM] Move ice-dcc code into misc.c
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/boot/compressed/Makefile')
-rw-r--r-- | arch/arm/boot/compressed/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/compressed/Makefile b/arch/arm/boot/compressed/Makefile index 35ffe0f4ece7..2adc1527e0eb 100644 --- a/arch/arm/boot/compressed/Makefile +++ b/arch/arm/boot/compressed/Makefile @@ -50,10 +50,6 @@ ifeq ($(CONFIG_ARCH_AT91RM9200),y) OBJS += head-at91rm9200.o endif -ifeq ($(CONFIG_DEBUG_ICEDCC),y) -OBJS += ice-dcc.o -endif - ifeq ($(CONFIG_CPU_BIG_ENDIAN),y) OBJS += big-endian.o endif |