summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2022-06-15 10:35:14 +0200
committerFelix Held <felix-coreboot@felixheld.de>2022-06-17 14:26:55 +0000
commit1205345227872d9ed148883a2352924dfecd41fb (patch)
treef6089afc265f8c76470efc446df57cdbbf3144be /src/include
parent489aa549137e1bb783f47c9606a5593741492f23 (diff)
cpu/Makefile.inc: Fix rebuilding a new target
When switching to different board, 'make clean' needs to happen because not everything gets properly regenerated. Microcode updates are among those. You could end up with the microcode updates from the previous build which can be incorrect. Adding $(DOTCONFIG) as a dependency which gets updated when you change something in Kconfig fixes this. TESTED: swap between boards that use different microcode and see that the size changes. Change-Id: Id1edecc28d492838904e3659f1fe8c9df0a69134 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/65148 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src/include')
0 files changed, 0 insertions, 0 deletions