X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1a5e88f4c4ec6391e63ba925479fb538785d47ca..3a065a453ff58430b6915b58cf542e81d143ae3e:/include/target.mk diff --git a/include/target.mk b/include/target.mk index 042e85d32..b0a178e30 100644 --- a/include/target.mk +++ b/include/target.mk @@ -1,12 +1,21 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2007 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -include $(TMP_DIR)/.target.mk +define AddProfile + ifeq ($(CONFIG_LINUX_$(1)),y) + $(call Profile/$(1)) + PROFILE=$$(ID) + endif +endef -$(TMP_DIR)/.target.mk: $(TMP_DIR)/.targetinfo - $(SCRIPT_DIR)/gen_target_mk.pl < $(TMP_DIR)/.targetinfo > $@ +-include $(TMP_DIR)/.target.mk + +ifeq ($(IB),1) +$(TMP_DIR)/.target.mk: $(TOPDIR)/.target.mk + $(CP) $< $@ +endif