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