2006-06-27 08:35:46 +08:00
|
|
|
#
|
2007-07-31 05:14:08 +08:00
|
|
|
# Copyright (C) 2007 OpenWrt.org
|
2006-06-27 08:35:46 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
2006-06-21 22:02:29 +08:00
|
|
|
|
2007-03-03 07:13:52 +08:00
|
|
|
define AddProfile
|
2007-03-03 07:36:59 +08:00
|
|
|
ifeq ($(CONFIG_LINUX_$(1)),y)
|
|
|
|
$(call Profile/$(1))
|
|
|
|
PROFILE=$$(ID)
|
2007-03-03 07:13:52 +08:00
|
|
|
endif
|
|
|
|
endef
|
|
|
|
|
2007-07-31 05:14:08 +08:00
|
|
|
-include $(TMP_DIR)/.target.mk
|
2007-03-03 07:36:59 +08:00
|
|
|
|
2007-01-11 05:52:28 +08:00
|
|
|
ifeq ($(IB),1)
|
|
|
|
$(TMP_DIR)/.target.mk: $(TOPDIR)/.target.mk
|
|
|
|
$(CP) $< $@
|
|
|
|
endif
|
2006-06-21 22:02:29 +08:00
|
|
|
|