Re: [RFCv2 PATCH 2/3] kbuild: Link with generated build-salt header

2018-05-06 Thread Masahiro Yamada
2018-03-30 3:01 GMT+09:00 Laura Abbott : > diff --git a/scripts/build-salt.lds.S b/scripts/build-salt.lds.S > new file mode 100644 > index ..f85981f1187e > --- /dev/null > +++ b/scripts/build-salt.lds.S > @@ -0,0 +1,5 @@ > +#include > + > +SECTIONS { > + BUILD_ID_SALT > +} Do

[RFCv2 PATCH 2/3] kbuild: Link with generated build-salt header

2018-03-29 Thread Laura Abbott
Now that we have a header with appropriate data, link it into the kernel and modules. If BUILD_ID_SALT isn't set, the script should be empty. Signed-off-by: Laura Abbott --- v2: Changed names to be consistent --- Makefile | 4 +++- scripts/.gitignore | 1 + scripts/Makefile