summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 7c158ffcad..8178d519a8 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -591,6 +591,10 @@ print-configs:
-I$(BASEDIR) -I$(BDIR) -DSECTION_IS_RW include/config.h | \
grep "#define CONFIG_" | cut -c9- | sort
+.PHONY: print-chip-variant
+print-chip-variant:
+ @echo "$(CHIP_VARIANT)"
+
.PHONY: clean
clean:
-rm -rf $(out)