diff options
Diffstat (limited to 'src/security/intel/cbnt/Makefile.inc')
-rw-r--r-- | src/security/intel/cbnt/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/security/intel/cbnt/Makefile.inc b/src/security/intel/cbnt/Makefile.inc index e166634351..e912bf0726 100644 --- a/src/security/intel/cbnt/Makefile.inc +++ b/src/security/intel/cbnt/Makefile.inc @@ -74,6 +74,8 @@ endif ifeq ($(CONFIG_INTEL_CBNT_BPM_ONLY_UNSIGNED),y) build_complete:: $(obj)/bpm_unsigned.bin + +show_notices:: @printf "\n** WARNING **\n" @printf "Build generated an unsigned BPM image: build/bpm_unsigned.bin.\n" @printf "The resulting image will not work with CBnT.\n" @@ -141,7 +143,7 @@ ifeq ($(CONFIG_INTEL_CBNT_KM_ONLY_UNSIGNED),y) $(call add_intermediate, gen_unsigned_km, $(obj)/km_unsigned.bin) @printf "Generating unsgined KM\n" -build_complete:: +show_notices:: @printf "\n** WARNING **\n" @printf "Build generated an unsigned KM image: build/km_unsiged.bin.\n" @printf "The resulting image will not work with CBnT.\n" |