projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc5292b
)
parisc: decompressor: remove repeated depenency of misc.o
author
Masahiro Yamada
<masahiroy@kernel.org>
Sat, 30 Oct 2021 17:57:20 +0000
(
02:57
+0900)
committer
Helge Deller
<deller@gmx.de>
Mon, 1 Nov 2021 06:36:01 +0000
(07:36 +0100)
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>
arch/parisc/boot/compressed/Makefile
patch
|
blob
|
history
diff --git
a/arch/parisc/boot/compressed/Makefile
b/arch/parisc/boot/compressed/Makefile
index
9fe5487
..
f7ed79e
100644
(file)
--- a/
arch/parisc/boot/compressed/Makefile
+++ b/
arch/parisc/boot/compressed/Makefile
@@
-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