diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2016-01-20 15:54:31 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-01-21 19:41:20 +0100 |
commit | c8d4abd8ba3f2ad841dda13278bd55a8e78db800 (patch) | |
tree | 14b5739cbc224b1a7730a16065cb0012aab9efe8 /Makefile.inc | |
parent | 5d7ab39024705d872221aab126b42e743674d672 (diff) |
vboot: Install files into FW_MAIN_A and FW_MAIN_B unless they're for RO
Setup an initial rule to make use of the updatable CBFS regions in fmap.
Change-Id: I1fe1c6e7574854b735760c85590da6e297f6e687
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-on: https://review.coreboot.org/13060
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.inc b/Makefile.inc index aab1efbcd2..ab7248a1a1 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -112,6 +112,7 @@ spc := spc += $(spc) := $(spc) += +comma := , # files-in-dir-recursive,dir,files files-in-dir-recursive=$(filter $(1)%,$(2)) |