summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/samples.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/samples/samples.mk b/samples/samples.mk
index 76023e9..a42ea40 100644
--- a/samples/samples.mk
+++ b/samples/samples.mk
@@ -39,7 +39,8 @@ help-env::
# Print the details of current configuration
PHONY += show-config
show-config: .config
- @$(CT_LIB_DIR)/scripts/showSamples.sh -v current
+ @export current_tuple=$(shell $(MAKE) -rf "$(CT_NG)" show-tuple ); \
+ $(CT_LIB_DIR)/scripts/showSamples.sh -v current
# Prints the details of a sample
PHONY += $(patsubst %,show-%,$(CT_SAMPLES))