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