Makefile.inc: Add x86 bootblock as a separate target
commit31187bb0e0539cd3f93b0b9c045d09007030e57d
authorArthur Heymans <arthur@aheymans.xyz>
Wed, 30 Mar 2022 19:31:27 +0000 (30 21:31 +0200)
committerArthur Heymans <arthur@aheymans.xyz>
Thu, 12 May 2022 11:12:10 +0000 (12 11:12 +0000)
tree7b5aa6a28caf384eb0701149b3afda35a7d8b219
parentabf6b1ed00bf6ae1fce53bb476cbc036a5e8f3a3
Makefile.inc: Add x86 bootblock as a separate target

Some platforms don't need a top aligned bootblock in cbfs like Intel
APL or modern AMD platforms as the bootblock is loaded differently.
So they don't need the top aligned cbfs bootblock.

To not clutter the main make file move out adding the bootblock.

Change-Id: I4de9d7fedf1ae5a37a3310dd42eb07b44c030930
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/56122
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Makefile.inc
src/arch/x86/Makefile.inc