summaryrefslogtreecommitdiffstats
path: root/rules/trace-cmd.in
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2015-04-20 09:48:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-04-27 10:40:16 +0200
commitfd6cf78ab0a6d70320d05f895aaae6e38e39da32 (patch)
tree3f65fa2f1939845a7d479b1f2cfffbfc38fb40f2 /rules/trace-cmd.in
parent7590c27ae3b50c89211f1459a5d2aa2d1f9a23d3 (diff)
downloadptxdist-fd6cf78ab0a6d70320d05f895aaae6e38e39da32.tar.gz
ptxdist-fd6cf78ab0a6d70320d05f895aaae6e38e39da32.tar.xz
trace-cmd: add missing host-swig dependency
This patch adds a missing host-swig dependency which is needed by trace-cmd to generate some python bindings. Without host-swig I get the following compile error: LD PLUGIN plugin_sched_switch.so BUILD PLUGIN plugin_mac80211.so BUILD PLUGIN plugin_function.so swig -Wall -python -noproxy ctracecmd.i BUILD PLUGIN plugin_jbd2.so make[1]: swig: Command not found Makefile:581: recipe for target 'ctracecmd.so' failed make[1]: *** [ctracecmd.so] Error 127 make[1]: *** Waiting for unfinished jobs.... Signed-off-by: Alexander Aring <alex.aring@gmail.com> [mol: only select HOST_SWIG] Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/trace-cmd.in')
-rw-r--r--rules/trace-cmd.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/trace-cmd.in b/rules/trace-cmd.in
index 5c1d37a8f..7ca6656bb 100644
--- a/rules/trace-cmd.in
+++ b/rules/trace-cmd.in
@@ -5,6 +5,7 @@ config TRACE_CMD
prompt "trace-cmd"
select LIBC_DL
select GCCLIBS_GCC_S
+ select HOST_SWIG
help
The trace-cmd command interacts with the Ftrace tracer that
is built inside the Linux kernel. It interfaces with the