summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/samples.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/samples/samples.mk b/samples/samples.mk
index a67a0ad..76023e9 100644
--- a/samples/samples.mk
+++ b/samples/samples.mk
@@ -36,6 +36,11 @@ help-env::
# ----------------------------------------------------------
# This part deals with printing samples information
+# Print the details of current configuration
+PHONY += show-config
+show-config: .config
+ @$(CT_LIB_DIR)/scripts/showSamples.sh -v current
+
# Prints the details of a sample
PHONY += $(patsubst %,show-%,$(CT_SAMPLES))
$(patsubst %,show-%,$(CT_SAMPLES)):