mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-17 04:17:19 +00:00
fix target profiles
SVN-Revision: 9099
This commit is contained in:
parent
e10dfa5129
commit
85f3be6310
@ -75,7 +75,7 @@ define Profile
|
|||||||
endif
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(DUMP)$(if $(TARGET_BUILD),,1),)
|
ifeq ($(if $(TARGET_BUILD),$(DUMP)),1)
|
||||||
-include $(PLATFORM_DIR)/profiles/*.mk
|
-include $(PLATFORM_DIR)/profiles/*.mk
|
||||||
ifneq ($(PLATFORM_DIR),$(PLATFORM_SUBDIR))
|
ifneq ($(PLATFORM_DIR),$(PLATFORM_SUBDIR))
|
||||||
-include $(PLATFORM_SUBDIR)/profiles/*.mk
|
-include $(PLATFORM_SUBDIR)/profiles/*.mk
|
||||||
|
Loading…
Reference in New Issue
Block a user