kernel: check the right directories for rebuild
authorJonas Gorski <jonas.gorski@gmail.com>
Fri, 19 Aug 2016 08:57:30 +0000 (10:57 +0200)
committerJonas Gorski <jonas.gorski@gmail.com>
Fri, 19 Aug 2016 09:02:47 +0000 (11:02 +0200)
commitf3923dab7b79e436292ce51c2cdc358dac2c81f3
tree4cdcdb723ae45430f34c6f699d8bf565803711ed
parentc1f4040f709272bfd38db87fabb27637580e6e68
kernel: check the right directories for rebuild

Pass KERNEL_FILE_DEPENDS to rdep instead of PKG_FILE_DEPENDS, which is
empty. Also don't pass $(CURDIR) as the directory to timestamp, as it
would also pick up non kernel related changes like image building code.

Should fix kernel being rebuild for unrelated changes, as well as not
being rebuild for changes in target/linux/generic.

Fixes: 22ef1c83b35c ("kernel: make the kernel build auto-clean the build dir like package build")
Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
include/kernel-build.mk