summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/samples.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/samples/samples.mk b/samples/samples.mk
index fa5134d..411d97d 100644
--- a/samples/samples.mk
+++ b/samples/samples.mk
@@ -83,9 +83,9 @@ endef
# How we do recall one sample
PHONY += $(CT_SAMPLES)
-$(CT_SAMPLES):
- $(SILENT)cp $(call sample_dir,$@)/crosstool.config .config
- $(SILENT)$(MAKE) -rf $(CT_NG) V=$(V) oldconfig
+$(CT_SAMPLES): config_files
+ @$(ECHO) " CONF $(KCONFIG_TOP)"
+ $(SILENT)$(CONF) --defconfig=$(call sample_dir,$@)/crosstool.config $(KCONFIG_TOP)
@echo
@echo '***********************************************************'
@echo