diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2008-08-02 15:21:31 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-02 15:27:44 +0100 |
commit | ff4db0a043a5dee7180bdffd178e61cd02812c68 (patch) | |
tree | 5e1ff7cf6c20be0b162b9a6dc94b57348e977326 /arch/arm | |
parent | b962a286e500c6259af8ba133361f8528eed9172 (diff) | |
download | blackbird-obmc-linux-ff4db0a043a5dee7180bdffd178e61cd02812c68.tar.gz blackbird-obmc-linux-ff4db0a043a5dee7180bdffd178e61cd02812c68.zip |
[ARM] Remove explicit dependency for misc.o from compressed/Makefile
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/compressed/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/compressed/Makefile b/arch/arm/boot/compressed/Makefile index 95baac4939e0..94462a097f86 100644 --- a/arch/arm/boot/compressed/Makefile +++ b/arch/arm/boot/compressed/Makefile @@ -112,6 +112,3 @@ $(obj)/font.c: $(FONTC) $(obj)/vmlinux.lds: $(obj)/vmlinux.lds.in arch/arm/boot/Makefile .config @sed "$(SEDFLAGS)" < $< > $@ - -$(obj)/misc.o: $(obj)/misc.c include/asm/arch/uncompress.h lib/inflate.c - |