set the PROFILE variable in target.mk appropriately
SVN-Revision: 6470
This commit is contained in:
@@ -7,6 +7,12 @@
|
|||||||
|
|
||||||
include $(TMP_DIR)/.target.mk
|
include $(TMP_DIR)/.target.mk
|
||||||
|
|
||||||
|
define AddProfile
|
||||||
|
ifeq ($(CONFIG_LINUX_$(call confname,$(KERNEL)_$(1))),y)
|
||||||
|
PROFILE=$(1)
|
||||||
|
endif
|
||||||
|
endef
|
||||||
|
|
||||||
ifeq ($(IB),1)
|
ifeq ($(IB),1)
|
||||||
$(TMP_DIR)/.target.mk: $(TOPDIR)/.target.mk
|
$(TMP_DIR)/.target.mk: $(TOPDIR)/.target.mk
|
||||||
$(CP) $< $@
|
$(CP) $< $@
|
||||||
|
|||||||
Reference in New Issue
Block a user