fix target profiles

SVN-Revision: 9099
master
Felix Fietkau 17 years ago
parent e10dfa5129
commit 85f3be6310
  1. 2
      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

Loading…
Cancel
Save