summaryrefslogtreecommitdiffstats
path: root/rules/valgrind.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-02-12 08:50:21 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-02-12 08:50:21 +0000
commit103b9a2e0f184f754e8e2173809b5a24f40a70a4 (patch)
tree3768a5b6e2918663c91f978257b1d7dc6c1202c6 /rules/valgrind.make
parent85e1f724982a211c9c4ad71c27625c3f4e18905e (diff)
downloadptxdist-103b9a2e0f184f754e8e2173809b5a24f40a70a4.tar.gz
ptxdist-103b9a2e0f184f754e8e2173809b5a24f40a70a4.tar.xz
* ptxdist: add platformconfig
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7745 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/valgrind.make')
-rw-r--r--rules/valgrind.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/valgrind.make b/rules/valgrind.make
index cd997ca2f..0bc4b3440 100644
--- a/rules/valgrind.make
+++ b/rules/valgrind.make
@@ -12,7 +12,9 @@
#
# We provide this package
#
+ifdef PTXCONF_ARCH_X86
PACKAGES-$(PTXCONF_VALGRIND) += valgrind
+endif
#
# Paths and names
@@ -141,7 +143,7 @@ $(STATEDIR)/valgrind.targetinstall: $(valgrind_targetinstall_deps_default)
@$(call install_copy, valgrind, 0, 0, 0755, $(VALGRIND_DIR)/coregrind/libcoregrind_x86_linux.a, /usr/lib/valgrind/x86-linux/libcoregrind.a)
@$(call install_copy, valgrind, 0, 0, 0755, $(VALGRIND_DIR)/VEX/libvex_x86_linux.a, /usr/lib/valgrind/x86-linux/libvex.a)
-
+
@$(call install_copy, valgrind, 0, 0, 0755, $(VALGRIND_DIR)/.in_place/x86-linux/massif, /usr/lib/valgrind/x86-linux/massif)
@$(call install_copy, valgrind, 0, 0, 0755, $(VALGRIND_DIR)/.in_place/x86-linux/memcheck, /usr/lib/valgrind/x86-linux/memcheck)
@$(call install_copy, valgrind, 0, 0, 0755, $(VALGRIND_DIR)/.in_place/x86-linux/none, /usr/lib/valgrind/x86-linux/none)