diff --git a/Makefile.inc b/Makefile.inc index 379215b254..be658efdeb 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -980,6 +980,8 @@ ifeq ($(CONFIG_CPU_MICROCODE_CBFS_GENERATE),y) endif endif mv $@.tmp $@ + @printf " CBFSLAYOUT $(subst $(obj)/,,$(@))\n\n" + $(CBFSTOOL) $@ layout @printf " CBFSPRINT $(subst $(obj)/,,$(@))\n\n" $(CBFSTOOL) $@ print -r $(subst $(spc),$(comma),$(all-regions))