diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-02 17:43:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-02 17:43:57 +0000 |
commit | 0cc7092771936d69aa142332002b33a5ab792156 (patch) | |
tree | 5c35a30add6f0670fcffd4f0983d2721fc229778 /include | |
parent | 254ac1f60aba1ed43b59dd36489573956bf4b330 (diff) | |
download | upstream-0cc7092771936d69aa142332002b33a5ab792156.tar.gz upstream-0cc7092771936d69aa142332002b33a5ab792156.tar.bz2 upstream-0cc7092771936d69aa142332002b33a5ab792156.zip |
fix target profiles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9099 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |