summaryrefslogtreecommitdiffstats
path: root/platforms/Kconfig
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-05-10 12:07:21 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-10 16:01:37 +0200
commit5c864aa2c1de2f116c3f7d0421e59c7ebcb2d35f (patch)
tree06db0ebc66d9afedcfb5f4295a52613894c7487d /platforms/Kconfig
parent514dc2d160b72b9d1e4ac43f7c964b1710c5b498 (diff)
downloadptxdist-5c864aa2c1de2f116c3f7d0421e59c7ebcb2d35f.tar.gz
ptxdist-5c864aa2c1de2f116c3f7d0421e59c7ebcb2d35f.tar.xz
kconfig: 'option env' is gone
Instead '$(ENV_VARNAME)' can be used directly. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'platforms/Kconfig')
-rw-r--r--platforms/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/platforms/Kconfig b/platforms/Kconfig
index d37217f13..a965d1e9a 100644
--- a/platforms/Kconfig
+++ b/platforms/Kconfig
@@ -2,7 +2,7 @@
# platforms/Kconfig: main menu structure for platform configuration
#
-mainmenu "PTXdist $PLATFORMCONFIG_VERSION"
+mainmenu "PTXdist $(PTXDIST_VERSION_FULL)"
source "generated/platform_version.in"