X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=include%2Fkernel-build.mk;h=b2837d1df34c1f058449f9125eae8235b8daa30d;hp=3193e9d185919376352336601b95bc1eca4c9f8f;hb=bb748c44ea865335f0127c822e1c790beb958c86;hpb=9bb6ccfd960a8d8062d719a1960f43dcb04210c7 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 "@@"; \