From: Anthony Liguori <aligu...@us.ibm.com> *.dtb is under source control, so it shouldn't be deleted.
Signed-off-by: Anthony Liguori <aligu...@us.ibm.com> Acked-by: Hollis Blanchard <holl...@us.ibm.com> Signed-off-by: Avi Kivity <a...@redhat.com> diff --git a/pc-bios/Makefile b/pc-bios/Makefile index dabeb4c..315288d 100644 --- a/pc-bios/Makefile +++ b/pc-bios/Makefile @@ -16,4 +16,4 @@ all: $(TARGETS) dtc -I dts -O dtb -o $@ $< clean: - rm -f $(TARGETS) *.o *~ *.dtb + rm -f $(TARGETS) *.o *~ -- To unsubscribe from this list: send the line "unsubscribe kvm-commits" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html