summaryrefslogtreecommitdiffstats
path: root/rules/other
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-06-08 11:15:09 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-06-08 11:15:09 +0000
commitd1ae874d84bc51f7d516aaea0b390f7819bd8db3 (patch)
treecc6eed93c5a4f919594fa2d25d1eda1fe0fc5a43 /rules/other
parent551438638f52f635bc33d44bafb1efadec7a819e (diff)
downloadptxdist-d1ae874d84bc51f7d516aaea0b390f7819bd8db3.tar.gz
ptxdist-d1ae874d84bc51f7d516aaea0b390f7819bd8db3.tar.xz
* Toplevel.make:
fix ALL_PACKAGES, (added -y yo HOSTPACKAGES) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8472 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/other')
-rw-r--r--rules/other/Toplevel.make7
1 files changed, 2 insertions, 5 deletions
diff --git a/rules/other/Toplevel.make b/rules/other/Toplevel.make
index e94b9aa9f..24a91d8f7 100644
--- a/rules/other/Toplevel.make
+++ b/rules/other/Toplevel.make
@@ -14,10 +14,7 @@ export SHELL
include $(PTXDIST_TOPDIR)/scripts/ptxdist_vars.sh
include $(RULESDIR)/other/Definitions.make
-# first, include the ptxconfig with packet definitions
-include $(PTXCONFIG)
-
-# platformconfig comes after ptxconfig, so it is able to overwrite things
-include $(PLATFORMCONFIG)
# ----------------------------------------------------------------------------
@@ -59,7 +56,7 @@ HOST_PACKAGES := $(HOST_PACKAGES-y) $(HOST_PACKAGES-y-y)
ALL_PACKAGES := \
$(PACKAGES-) $(PACKAGES-y) $(PACKAGES-m) \
$(CROSS_PACKAGES-) $(CROSS_PACKAGES-y) \
- $(HOST_PACKAGES-) $(HOST_PACKAGES)
+ $(HOST_PACKAGES-) $(HOST_PACKAGES-y)
SELECTED_PACKAGES := \
$(PACKAGES-y) $(PACKAGES-m) \
@@ -75,7 +72,7 @@ include $(wildcard $(PROJECTPOSTRULESDIR)/*.make)
endif
# ----------------------------------------------------------------------------
-# Misc other targets
+# just the "print" target
# ----------------------------------------------------------------------------
print-%: