summaryrefslogtreecommitdiffstats
path: root/rules/other/Toplevel.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/other/Toplevel.make')
-rw-r--r--rules/other/Toplevel.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/other/Toplevel.make b/rules/other/Toplevel.make
index 35785e0cd..e891b01bb 100644
--- a/rules/other/Toplevel.make
+++ b/rules/other/Toplevel.make
@@ -83,6 +83,11 @@ PTX_PACKAGES_SELECTED := \
$(CROSS_PACKAGES) \
$(HOST_PACKAGES)
+PTX_PACKAGES_INSTALL := \
+ $(PACKAGES) \
+ $(PTXDIST_BASE_PACKAGES) \
+ $(PACKAGES-b)
+
# might be non existent
include $(wildcard $(POSTRULESDIR)/*.make)
include $(wildcard $(PROJECTPOSTRULESDIR)/*.make)