From 800ef0f56ca5971811267b5639c7895c2d569491 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 28 Sep 2007 01:23:56 +0000 Subject: some minor fixes, cleanups, package build abstraction SVN-Revision: 9051 --- include/target.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'include/target.mk') diff --git a/include/target.mk b/include/target.mk index c8eb76c..1590b91 100644 --- a/include/target.mk +++ b/include/target.mk @@ -75,9 +75,11 @@ define Profile endif endef --include $(PLATFORM_DIR)/profiles/*.mk -ifneq ($(PLATFORM_DIR),$(PLATFORM_SUBDIR)) - -include $(PLATFORM_SUBDIR)/profiles/*.mk +ifeq ($(DUMP)$(if $(TARGET_BUILD),,1),) + -include $(PLATFORM_DIR)/profiles/*.mk + ifneq ($(PLATFORM_DIR),$(PLATFORM_SUBDIR)) + -include $(PLATFORM_SUBDIR)/profiles/*.mk + endif endif $(eval $(call shexport,Target/Description)) -- cgit v1.1