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" --- config/config.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/config.mk b/config/config.mk index fe450754..dc1e56c9 100644 --- a/config/config.mk +++ b/config/config.mk @@ -6,7 +6,8 @@ # List all config files, wether sourced or generated # The top-level config file to be used be configurators -KCONFIG_TOP = config/config.in +# We need it to savedefconfig in scripts/saveSample.sh +export KCONFIG_TOP = config/config.in # Build the list of all source config files STATIC_CONFIG_FILES = $(patsubst $(CT_LIB_DIR)/%,%,$(shell find $(CT_LIB_DIR)/config -type f \( -name '*.in' -o -name '*.in.2' \) 2>/dev/null)) -- cgit v1.2.3