summaryrefslogtreecommitdiffstats
path: root/rules/libpv.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-09-17 16:34:30 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-09-17 16:35:22 +0200
commit290c3b368ded6e17d6e18d4a9c47be7b5bcce6e5 (patch)
tree67eb16db740d96a18ee4928540d4ba7a837bc653 /rules/libpv.make
parent6abcccaafee128b897ee2630e5f9c6a1e88e5efa (diff)
downloadptxdist-290c3b368ded6e17d6e18d4a9c47be7b5bcce6e5.tar.gz
ptxdist-290c3b368ded6e17d6e18d4a9c47be7b5bcce6e5.tar.xz
[libpv] install pv_eventd if events are enabled
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libpv.make')
-rw-r--r--rules/libpv.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/libpv.make b/rules/libpv.make
index 013b237a9..c087b25ed 100644
--- a/rules/libpv.make
+++ b/rules/libpv.make
@@ -88,6 +88,10 @@ ifdef PTXCONF_LIBPV_PVTOOL
@$(call install_copy, libpv, 0, 0, 0755, -, \
/usr/bin/pvtool)
endif
+ifdef PTXCONF_LIBPV_EVENT
+ @$(call install_copy, libpv, 0, 0, 0755, -, \
+ /usr/bin/pv_eventd)
+endif
@$(call install_copy, libpv, 0, 0, 0644, - , \
/usr/lib/libpv.so.12.0.0)