From 99a6ddf3be35bd49566cf3d0e942729696684a6e Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 7 May 2012 00:27:05 +0200 Subject: samples: use savedefconfig when saving samples When saving a sample, use savedefconfig instead of copying the full .config file. This reduces the saved .config, and reduces clutter when it is later upgraded. Also use defconfig when retrieving a sample. Reported-by: Thomas Petazzoni Signed-off-by: "Yann E. MORIN" --- kconfig/kconfig.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kconfig') diff --git a/kconfig/kconfig.mk b/kconfig/kconfig.mk index d930d376..cc6aa46f 100644 --- a/kconfig/kconfig.mk +++ b/kconfig/kconfig.mk @@ -10,7 +10,8 @@ PHONY += $(configurators) $(configurators): config_files -CONF := $(CT_LIB_DIR)/kconfig/conf +# We need CONF for savedefconfig in scripts/saveSample.sh +export CONF := $(CT_LIB_DIR)/kconfig/conf MCONF := $(CT_LIB_DIR)/kconfig/mconf NCONF := $(CT_LIB_DIR)/kconfig/nconf -- cgit v1.2.3