summaryrefslogtreecommitdiffstats
path: root/common/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-03-19 11:29:02 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-03-22 09:14:02 +0100
commite96dc23280c43dd6b026ea71bcbaf3353abb4c83 (patch)
tree3d7cda1a4e7d3a447e99a788bbf11104b894a956 /common/Makefile
parentd84ada844b2fdf99a3b394ded66d9b44f5909f9e (diff)
downloadbarebox-e96dc23280c43dd6b026ea71bcbaf3353abb4c83.tar.gz
barebox-e96dc23280c43dd6b026ea71bcbaf3353abb4c83.tar.xz
of: Pass barebox version to kernel
Pass the barebox version to Linux in case somebody is interested in it under Linux. We use put the version under /chosen/barebox-version and it can be read under Linux in /sys/firmware/devicetree/base/chosen/barebox-version. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Makefile')
-rw-r--r--common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile b/common/Makefile
index a9abcd1bc6..4e9681f203 100644
--- a/common/Makefile
+++ b/common/Makefile
@@ -11,7 +11,7 @@ obj-y += bootsource.o
obj-y += restart.o
obj-y += poweroff.o
obj-$(CONFIG_AUTO_COMPLETE) += complete.o
-obj-$(CONFIG_BANNER) += version.o
+obj-y += version.o
obj-$(CONFIG_BAREBOX_UPDATE) += bbu.o
obj-$(CONFIG_BINFMT) += binfmt.o
obj-$(CONFIG_BLOCK) += block.o