kernel: speed up build system by getting rid of redundant work
authorFelix Fietkau <nbd@nbd.name>
Thu, 16 Mar 2017 08:33:18 +0000 (09:33 +0100)
committerFelix Fietkau <nbd@nbd.name>
Thu, 16 Mar 2017 18:14:09 +0000 (19:14 +0100)
commit1f12a3daaaa8f3525741bef2bc2be7c5c6c77b50
treeb8bf87ceec6f21d0c2cf51fac29def48cdbd8c0f
parenta9c96ef0ac7ac99e4928f5312f3d0d1252c98328
kernel: speed up build system by getting rid of redundant work

KERNELRELEASE contains a $(shell) call which is evaluated over and over
again.
The call to checksyscalls.sh is unnecessary for LEDE and also takes a
few seconds to complete.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
include/kernel-defaults.mk