diff options
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index 5f9886404e..86ccc31ed9 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -784,7 +784,7 @@ prebuild-files = \ $(obj)/coreboot.pre: $$(prebuilt-files) $(CBFSTOOL) mv $(obj)/coreboot.rom $@.tmp || \ (echo "Error: You have UPDATE_IMAGE set in Kconfig, but have no existing image to update." && \ - echo Exiting." && \ + echo "Exiting." && \ false) $(prebuild-files) true mv $@.tmp $@ |