parisc: decompressor: remove repeated depenency of misc.o
The same dependency $(obj)/misc.o: $(obj)/sizes.h ... appears twice, at line 29 and line 55 in this Makefile. Remove the second one. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
dc5292b280
commit
07578f16ef
|
@ -52,8 +52,6 @@ $(obj)/real2.o: $(obj)/real2.S
|
|||
$(obj)/real2.S: $(srctree)/arch/$(SRCARCH)/kernel/real2.S
|
||||
$(call cmd,shipped)
|
||||
|
||||
$(obj)/misc.o: $(obj)/sizes.h
|
||||
|
||||
CPPFLAGS_vmlinux.lds += -I$(objtree)/$(obj) -DBOOTLOADER
|
||||
$(obj)/vmlinux.lds: $(obj)/sizes.h
|
||||
|
||||
|
|
Loading…
Reference in New Issue