cpu/microcode: Fix config CPU_MICROCODE_CBFS_EXTERNAL_BINS
commit63266c7e6697a3ccbe2ec370e89605c8d7ec7e33
authorNico Huber <nico.h@gmx.de>
Thu, 20 Feb 2020 19:20:00 +0000 (20 20:20 +0100)
committerPatrick Georgi <pgeorgi@google.com>
Wed, 4 Mar 2020 10:38:55 +0000 (4 10:38 +0000)
treec085a14e9a7959a053b44405bcc996526fcbd1a7
parent4af0adb443afaed32369fe7a9eb91ff93549ea26
cpu/microcode: Fix config CPU_MICROCODE_CBFS_EXTERNAL_BINS

Make the variable override for CPU_MICROCODE_CBFS_EXTERNAL_BINS local to
the target. Otherwise, `cpu_microcode_bin +=` lines that are evaluated
after `src/cpu/Makefile.inc` still append to it.

Change-Id: If81f307afc325ff3c1e987e9483ed5e45fdc403e
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39031
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
src/cpu/Makefile.inc