aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-02 23:04:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-02 23:04:19 +0000
commit65355dcead52a377604ccd5667d710ac9cd2dd5f (patch)
tree49ca0b4f949845c4ec46cd91c769bdb9c342bc8b /include
parent593b560d9371a5203c60e7e3161d86a65c2b9bb1 (diff)
downloadmaster-187ad058-65355dcead52a377604ccd5667d710ac9cd2dd5f.tar.gz
master-187ad058-65355dcead52a377604ccd5667d710ac9cd2dd5f.tar.bz2
master-187ad058-65355dcead52a377604ccd5667d710ac9cd2dd5f.zip
revert bogus target.mk change from [6465]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6469 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r--include/target.mk15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/target.mk b/include/target.mk
index 6a136a1bee..bd3ceb955b 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -5,21 +5,6 @@
# See /LICENSE for more information.
#
-define AddProfile
- $(eval $(call Profile/Default))
- $(eval $(call Profile/$(1)))
- ifneq ($(ID),)
- PROFILE:=$(ID)
- $(ID)_NAME:=$(NAME)
- $(ID)_PACKAGES:=$(PACKAGES)
- ifneq ($(KCONFIG),)
- PROFILE_LIST += \
- echo '$(ID):'; [ -z '$(NAME)' ] || echo ' $(NAME)'; echo ' Packages: $(PACKAGES)';
- endif
- endif
-endef
-
-
include $(TMP_DIR)/.target.mk
ifeq ($(IB),1)