summaryrefslogtreecommitdiff
path: root/include/target.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-10-02 17:43:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-10-02 17:43:57 +0000
commit85f3be6310321860963d212b276115b2600f157d (patch)
treee02a91f96a8588e3145506f06b42cabb30341684 /include/target.mk
parente10dfa51294b53aba07e42fedacdf5e89923e1ab (diff)
downloadmtk-20170518-85f3be6310321860963d212b276115b2600f157d.zip
mtk-20170518-85f3be6310321860963d212b276115b2600f157d.tar.gz
mtk-20170518-85f3be6310321860963d212b276115b2600f157d.tar.bz2
fix target profiles
SVN-Revision: 9099
Diffstat (limited to 'include/target.mk')
-rw-r--r--include/target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk
index 1590b91..1f17883 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -75,7 +75,7 @@ define Profile
endif
endef
-ifeq ($(DUMP)$(if $(TARGET_BUILD),,1),)
+ifeq ($(if $(TARGET_BUILD),$(DUMP)),1)
-include $(PLATFORM_DIR)/profiles/*.mk
ifneq ($(PLATFORM_DIR),$(PLATFORM_SUBDIR))
-include $(PLATFORM_SUBDIR)/profiles/*.mk