From b04ef81416856af1fcab7d8d8b6522a26e1b9756 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 23 Mar 2007 14:48:47 +0000 Subject: some cleanups in the metadata.pl script; allow target profiles to add overrides for menuconfig SVN-Revision: 6648 --- include/kernel-build.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/kernel-build.mk') diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 3193e9d185..b2837d1df3 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -220,6 +220,7 @@ confname=$(subst .,_,$(subst -,_,$(1))) define Profile $(eval $(call Profile/Default)) $(eval $(call Profile/$(1))) + $(eval $(call shexport,Profile/$(1)/Config)) $(eval $(call shexport,Profile/$(1)/Description)) DUMPINFO += \ echo "Target-Profile: $(1)"; \ @@ -228,6 +229,9 @@ define Profile if [ -f ./config/profile-$(1) ]; then \ echo "Target-Profile-Kconfig: yes"; \ fi; \ + echo "Target-Profile-Config: "; \ + getvar "$(call shvar,Profile/$(1)/Config)"; \ + echo "@@"; \ echo "Target-Profile-Description:"; \ getvar "$(call shvar,Profile/$(1)/Description)"; \ echo "@@"; \ -- cgit v1.2.3