diff options
-rw-r--r-- | core/board_config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/board_config.mk b/core/board_config.mk index 1b08f9a0b4..3ad8da65a2 100644 --- a/core/board_config.mk +++ b/core/board_config.mk @@ -157,6 +157,7 @@ endif # ############################################################### $(foreach v,$(_build_broken_var_list),$(eval $(v) :=)) BUILD_BROKEN_NINJA_USES_ENV_VARS := +BUILD_BROKEN_USES_BUILD_COPY_HEADERS := true # Boards may be defined under $(SRC_TARGET_DIR)/board/$(TARGET_DEVICE) # or under vendor/*/$(TARGET_DEVICE). Search in both places, but |