From: Felix Fietkau Date: Tue, 2 Oct 2007 17:43:57 +0000 (+0000) Subject: fix target profiles X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=85f3be6310321860963d212b276115b2600f157d;p=openwrt%2Fstaging%2Frmilecki.git fix target profiles SVN-Revision: 9099 --- diff --git a/include/target.mk b/include/target.mk index 1590b910919..1f17883ab17 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