build: skip kernel stack validation when building on macOS
authorFelix Fietkau <nbd@nbd.name>
Wed, 3 Jul 2019 11:29:13 +0000 (13:29 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 4 Sep 2019 11:23:33 +0000 (13:23 +0200)
commit3ff6397068d6f621fb3b648aba8bd90f314721f6
tree5988e07bd50e84d74d8bc50fb417e8a796b10455
parent937a17de19c030464f23bd77d5fb9b740d05dcb8
build: skip kernel stack validation when building on macOS

Since we switched to 4.19, the kernel build checks for libelf to decide if
it should build tools for stack validation.

On macOS, this check fails during target/compile, but succeeds during package
build (because of the pkg-config path picking up target libraries).

Signed-off-by: Felix Fietkau <nbd@nbd.name>
(cherry picked from commit c3e31b6a9b040912be0b532f9bf29d91c6c74382)
include/kernel.mk