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:07:34 +0000 (13:07 +0200)
commit36fa1bbf6f510e57098edab3932015dc747bbd49
tree01d3bb538899bb9eb735fa342215c103cd5205c0
parent18533ff4158f3b33c00fb8a2c664d7636fa1dd3a
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>
include/kernel-build.mk