kconfig/Makefile
changeset 92 1159b1384a78
parent 63 89b41dbffe8d
child 97 63a30dd47eb8
     1.1 --- a/kconfig/Makefile	Mon May 07 09:04:02 2007 +0000
     1.2 +++ b/kconfig/Makefile	Sun May 13 21:11:54 2007 +0000
     1.3 @@ -16,6 +16,9 @@
     1.4  CFLAGS += -DKBUILD_NO_NLS
     1.5  endif
     1.6  
     1.7 +# Derive the project version from, well, the project version:
     1.8 +export PROJECTVERSION=$(CT_VERSION)
     1.9 +
    1.10  menuconfig: $(obj)/mconf
    1.11  	@$< $(KCONFIG_TOP)
    1.12