Fix coreboot updates
[coreboot.git] / src / arch / x86 / Makefile.inc
index db8f7070cea23c58999cf33c44cc0af3b2240df5..50238c55a96dca6a5d0661a9f79f5af39c309c44 100755 (executable)
@@ -66,6 +66,7 @@ $(obj)/coreboot.pre1: $(obj)/coreboot.bootblock $$(prebuilt-files) $(CBFSTOOL)
        $(CBFSTOOL) $@ create $(CONFIG_COREBOOT_ROMSIZE_KB)K $(obj)/coreboot.bootblock
        $(prebuild-files)
 else
+.PHONY: $(obj)/coreboot.pre1
 $(obj)/coreboot.pre1: $(CBFSTOOL)
        mv $(obj)/coreboot.rom $@
 endif