Makefile: Support missing external blobs always
authorSimon Glass <sjg@chromium.org>
Tue, 1 Sep 2020 11:14:00 +0000 (05:14 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 22 Sep 2020 18:50:43 +0000 (12:50 -0600)
commitbd4d0dcb2750a0ac17c1fe6e6bb3e8baa0779861
tree21bc9acbd29064f55100feda71f68257ca222fb3
parent6cf9953bfb9d849b4f617e54570a6fe0e5b824a9
Makefile: Support missing external blobs always

At present binman warns about missing external blobs only when the
BUILD_ROM is defined. Enable this behaviour always, since many boards
are starting to use these (e.g. ARM Trusted Firmware's BL31).

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile