aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2022-02-08 20:06:45 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-02-08 20:06:45 +0000
commita95befe00807f3277b9b8d3895d927be13e5c18e (patch)
treeb7249c2531743ab27c48c8e092f2f2cc4c803a17
parentab26e67abcffffff2159dec216963bd8c374809b (diff)
parent1bcdd24ad92d5449acc8d150083131fe9bd65d78 (diff)
downloadbuild-a95befe00807f3277b9b8d3895d927be13e5c18e.tar.gz
Merge "Pass --makefile_list to rbc board configuration"
-rw-r--r--core/board_config.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/board_config.mk b/core/board_config.mk
index 5fb007e12c..405fea6e6a 100644
--- a/core/board_config.mk
+++ b/core/board_config.mk
@@ -242,6 +242,7 @@ else
--mode=write -r --outdir $(OUT_DIR)/rbc \
--boardlauncher=$(OUT_DIR)/rbc/boardlauncher.rbc \
--input_variables=$(OUT_DIR)/rbc/make_vars_pre_board_config.mk \
+ --makefile_list=$(OUT_DIR)/.module_paths/configuration.list \
$(board_config_mk))
ifneq ($(.SHELLSTATUS),0)
$(error board configuration converter failed: $(.SHELLSTATUS))