image: always rebuild kernel loaders
authorMatthias Schiffer <mschiffer@universe-factory.net>
Sun, 27 Mar 2022 21:15:48 +0000 (23:15 +0200)
committerDavid Bauer <mail@david-bauer.net>
Fri, 14 Oct 2022 21:15:30 +0000 (23:15 +0200)
commita7fb589e8a9df06bd0e36c91d05806f1e8aeb9e8
treeaf90e7a9d6294ea06fff7e1f8ac3e3895fb3ddea
parent5db6914f7cfddd1c3cb8a46017d4360e1ec26c5d
image: always rebuild kernel loaders

Kernel loaders like the lzma-loader currently don't track changes to
their sources. This can lead to an old version of a loader to be used
when a build tree is not clean between builds.

As the loaders are tiny and the build times are insignificant, simply
force rebuilding them on every build to avoid this problem.

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