Add tracing for board config to dumpconfig

Test: build/make/ci/dump_product_config
Change-Id: I0667ef0e4427d396cedb03eaf2a314a789947e98
This commit is contained in:
Joe Onorato
2024-07-10 18:12:08 -07:00
parent b34578cf74
commit 6dfeb795e0

View File

@@ -237,6 +237,7 @@ else
.KATI_READONLY := TARGET_DEVICE_DIR
endif
$(call dump-phase-start,BOARD,,,, build/make/core/board_config.mk)
ifndef RBC_PRODUCT_CONFIG
include $(board_config_mk)
else
@@ -261,6 +262,7 @@ else
include $(OUT_DIR)/rbc/rbc_board_config_results.mk
endif
$(call dump-phase-end, build/make/core/board_config.mk)
ifneq (,$(and $(TARGET_ARCH),$(TARGET_ARCH_SUITE)))
$(error $(board_config_mk) erroneously sets both TARGET_ARCH and TARGET_ARCH_SUITE)