From 85f3be6310321860963d212b276115b2600f157d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 2 Oct 2007 17:43:57 +0000 Subject: fix target profiles SVN-Revision: 9099 --- include/target.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/target.mk') diff --git a/include/target.mk b/include/target.mk index 1590b91091..1f17883ab1 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 -- cgit v1.2.3