Felix Held has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/42604 )
Change subject: mb/asus/p2b: provide MP_TABLE_FILE location ......................................................................
mb/asus/p2b: provide MP_TABLE_FILE location
With this change the build system finds and uses the mptable.c files in their location in the variant's directory.
Change-Id: I7b304dfdba9840f0333b31d9849ecd5d637c06ff Signed-off-by: Felix Held felix-coreboot@felixheld.de --- M src/mainboard/asus/p2b/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/04/42604/1
diff --git a/src/mainboard/asus/p2b/Kconfig b/src/mainboard/asus/p2b/Kconfig index 00295be..97ba509 100644 --- a/src/mainboard/asus/p2b/Kconfig +++ b/src/mainboard/asus/p2b/Kconfig @@ -57,4 +57,8 @@ default 7 if BOARD_ASUS_P2B_F || BOARD_ASUS_P2B_DS default 6
+config MP_TABLE_FILE + string + default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/variants/$(CONFIG_VARIANT_DIR)/mptable.c" + endif