src/security/intel/stm: Add warning for non-reproducible build
Because the STM build doesn't use the coreboot toolchain it's not reproducible. Make sure that's displayed during the build. Signed-off-by: Martin Roth <martin@coreboot.org> Change-Id: I3f0101400dc221eca09c928705f30d30492f171f Reviewed-on: https://review.coreboot.org/c/coreboot/+/54020 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
ce01379b66
commit
b403da65cd
@ -18,6 +18,8 @@ all: build
|
||||
|
||||
build:
|
||||
echo "STM - Build"
|
||||
echo "-- WARNING: This uses the system toolchain instead of"
|
||||
echo " the coreboot toolchain, so is not reproducible."
|
||||
cd $(project_dir)/Stm; \
|
||||
mkdir -p build; \
|
||||
cd build; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user