diff options
| author | 2014-08-19 16:34:21 +0900 | |
|---|---|---|
| committer | 2014-08-19 10:26:20 +0200 | |
| commit | 97e3226e6e984c8cd9bed47010f30827a3ce816a (patch) | |
| tree | c7ed17f810839c68d105c1bf79147336a0cddcb0 /tools/perf/scripts/python/syscall-counts.py | |
| parent | kbuild: handle multi-objs dependency appropriately (diff) | |
| download | linux-dev-97e3226e6e984c8cd9bed47010f30827a3ce816a.tar.xz linux-dev-97e3226e6e984c8cd9bed47010f30827a3ce816a.zip | |
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 <yamada.m@jp.panasonic.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions
