From: Masahiro Yamada Date: Tue, 19 Aug 2014 07:34:21 +0000 (+0900) Subject: kbuild: handle the dependency of multi-objs hostprogs appropriately X-Git-Tag: fixes-against-v3.18-rc2~75^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97e3226e6e984c8cd9bed47010f30827a3ce816a;p=pandora-kernel.git kbuild: handle the dependency of multi-objs hostprogs appropriately 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed