diff options
author | Nico Huber <nico.h@gmx.de> | 2020-11-15 20:01:29 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2021-02-07 16:31:56 +0000 |
commit | b726e091575aa979e3a57565692bfb8dc53b0915 (patch) | |
tree | 7d5e10cfd5c440b58629e9407ef1c05599bd55de /src/soc/amd/cezanne | |
parent | a7d32938861613db41d2037e94f724f0352caa87 (diff) | |
download | coreboot-b726e091575aa979e3a57565692bfb8dc53b0915.tar.xz |
payloads: Force sub-make runs for in-tree payloads
The sub-process calls break make's dependency tracking, hence we have
to always perform the calls if we want to allow automatic, incremental
builds.
We let each rule depend on a new, phony target `force-payload`. It has
roughly the same effect as tagging all the targets as phony, but doing
so would feel wrong as some of them are actual files.
Change-Id: I1bc2406db371e8dddbfdf71f68a6665a5b558f5e
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/47638
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/soc/amd/cezanne')
0 files changed, 0 insertions, 0 deletions