From 7ed70a00287d20a775654940c291edb6f04b478b Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 13 May 2007 19:03:49 +0000 Subject: Correctly handle the version string, defined in a single place now. Fix and update README. --- kconfig/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'kconfig') diff --git a/kconfig/Makefile b/kconfig/Makefile index ca97748e..7b87a500 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) -- cgit v1.2.3