diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-16 17:53:58 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-07-16 17:57:27 (EDT) |
commit | 5d6030abff6c80af2eaa5b13aa973405b65b3245 (patch) | |
tree | 8d3ff066f6b27d0f14a4e782147ba199fe955611 | |
parent | 332e1b446bc743b06e7e32fbb1116de24ee824f6 (diff) |
build: Set KBUILD_BUILD_VERSION
This is normally incremented with each build by scripts/link-vmlinux.sh
and then read by scripts/mkcompile_h.
-rwxr-xr-x | build | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ build: oh-autobuild -T "$${img_src}" -- \ -j "$${JOBS:-$(JOBS)}" \ V=$(V) \ + KBUILD_BUILD_VERSION=0 \ KBUILD_BUILD_TIMESTAMP="$$(TZ=UTC0 \ date -d '@$(SOURCE_DATE_EPOCH)' '+%Y-%m-%d')"; \ fi |