]> git.ipfire.org Git - ipfire-3.x.git/commit
kernel: Don't overwrite CFLAGS and LDFLAGS in Makefile
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 28 Dec 2018 23:13:54 +0000 (23:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 28 Dec 2018 23:13:54 +0000 (23:13 +0000)
commit65c2debaaf3d6647009b503eb705a615852b2b55
tree2ee1ff7cc5860c378f2b905b2fbeda4f4b15b772
parent0c55b410c662bf766ba8ca6133279630bf153410
kernel: Don't overwrite CFLAGS and LDFLAGS in Makefile

It was intended that the CFLAGS and LDFLAGS are cleared from any (userspace)
hardening, but since 4.16, the kernel build results in a diffent kernel
that doesn't boot when these flags are cleared.

Fixes: #11817 - Update to Linux 4.18.x
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
kernel/kernel.nm