summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/kconfig/Makefile b/kconfig/Makefile
index ca97748..7b87a50 100644
--- a/kconfig/Makefile
+++ b/kconfig/Makefile
@@ -16,6 +16,9 @@ ifneq ($(KBUILD_NO_NLS),)
CFLAGS += -DKBUILD_NO_NLS
endif
+# Derive the project version from, well, the project version:
+export PROJECTVERSION=$(CT_VERSION)
+
menuconfig: $(obj)/mconf
@$< $(KCONFIG_TOP)