summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-13 19:03:49 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-13 19:03:49 (GMT)
commit7ed70a00287d20a775654940c291edb6f04b478b (patch)
tree45249ea8a5151ace9e2f9dceab397430e990e615 /kconfig
parentffabd4408404d70b501f63ab6932e47ca1d6e8c4 (diff)
Correctly handle the version string, defined in a single place now.
Fix and update README.
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)