summaryrefslogtreecommitdiffstats
path: root/rules/other
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-05-19 15:40:59 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-05-19 15:40:59 +0000
commitc229dd221033b5fadcdd026f48d84426854c1c3d (patch)
tree18303ca0e94d59fa17fef8aba9a42c735a013388 /rules/other
parent674e33c58c92dded2122289bb86cb10aec81c04f (diff)
downloadptxdist-c229dd221033b5fadcdd026f48d84426854c1c3d.tar.gz
ptxdist-c229dd221033b5fadcdd026f48d84426854c1c3d.tar.xz
* scripts/dgen.sh,rules/valgrind.make, rules/other/Toplevel.make:
cleanup of valgrind introduced PACKAGE-<ARCH>-<LABEL> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8179 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/other')
-rw-r--r--rules/other/Toplevel.make11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/other/Toplevel.make b/rules/other/Toplevel.make
index f4f5f521d..b40de23b4 100644
--- a/rules/other/Toplevel.make
+++ b/rules/other/Toplevel.make
@@ -41,6 +41,17 @@ include $(PACKAGE_DEP_POST)
include $(PTX_MAP_ALL_MAKE)
+#
+# the extended format is:
+# PACKAGES-<ARCH>-<LABEL>
+#
+# to keep it simple, just add the "-y-y" to "-y"
+# (for "-m" and "-" accordingly)
+#
+PACKAGES-y += $(PACKAGES-y-y)
+PACKAGES-m += $(PACKAGES-y-m)
+PACKAGES- += $(PACKAGES-y-) $(PACKAGES--y) $(PACKAGES--m)
+
PACKAGES := $(PACKAGES-y) $(PACKAGES-m)
CROSS_PACKAGES := $(CROSS_PACKAGES-y)
HOST_PACKAGES := $(HOST_PACKAGES-y)