diff options
Diffstat (limited to 'src/security/intel/stm')
-rw-r--r-- | src/security/intel/stm/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/security/intel/stm/Makefile b/src/security/intel/stm/Makefile index 1493869e80..31e5bdd88a 100644 --- a/src/security/intel/stm/Makefile +++ b/src/security/intel/stm/Makefile @@ -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; \ |