git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8589d1
)
kbuild: handle the dependency of multi-objs hostprogs appropriately
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Tue, 19 Aug 2014 07:34:21 +0000
(16:34 +0900)
committer
Michal Marek
<mmarek@suse.cz>
Tue, 19 Aug 2014 08:26:20 +0000
(10:26 +0200)
Assume we have a Makefile like:
hostprogs-y := foo bar
foo-objs := foo1.o foo2.o
bar-objs := bar1.o bar2.o
Without this commit, the host program foo depends on all of
foo1.o foo2.o bar1.o bar2.o.
This commit allows to handle the dependency of each host program
separately.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/Makefile.host
patch
|
blob
|
history
diff --cc
scripts/Makefile.host
Simple merge