kernel.mk: add KCFLAGS to make kmods reproducible
authorPaul Spooren <mail@aparcar.org>
Tue, 8 Oct 2019 23:11:27 +0000 (13:11 -1000)
committerPetr Štetiar <ynezz@true.cz>
Wed, 9 Oct 2019 07:13:44 +0000 (09:13 +0200)
commit4ed356fa719e8923c231524181e15ab67eb37bac
tree27a00a7c1f842860d5105d94221e47e292b71185
parentd509463816bf593de841398914f0d9d68bf76458
kernel.mk: add KCFLAGS to make kmods reproducible

Some kmods (gpio-hotplug, wireguard) store the build path in the
compiled files and therefore make it harder to rebuild the official
binaries. As the same "iremap" function is used as for other binaries,
the change is compatible with gcc7 and 8.

Tested with both gcc7 and gcc8 resulting in build path independent
reproducible builds.

Signed-off-by: Paul Spooren <mail@aparcar.org>
include/kernel.mk