include/kernel-build.mk: fix kernel rebuild on backport patch changes
authorMatthias Schiffer <mschiffer@universe-factory.net>
Sat, 14 Jul 2018 11:07:34 +0000 (13:07 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Sat, 14 Jul 2018 11:10:08 +0000 (13:10 +0200)
commitbc7abe8729f3ff611dec597ae2831aefdc748567
treec35ec74143cc1753f0a64a6d924beabcf6734fe0
parentc99c70e053030c657d3c6c38b6814f0510a7882d
include/kernel-build.mk: fix kernel rebuild on backport patch changes

An incorrect variable name was referenced in KERNEL_FILE_DEPENDS, leading
to the omission of the backport-* patch dirs in the generation of the
prepared stamp name.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
(cherry picked from commit 36fa1bbf6f510e57098edab3932015dc747bbd49)
include/kernel-build.mk