On Thu, 2009-04-30 at 12:42 +0300, Avi Kivity wrote:
> Anthony Liguori wrote:
> > It's not in upstream QEMU so apparently it's not useful.
> >
> > Signed-off-by: Anthony Liguori <[email protected]>
> > ---
> >  pc-bios/Makefile |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > 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 *~
> >   
> 
> Hollis?

dtb is the compiled (binary) form of dts (source) device tree files.

Think of it like bios.bin: if make clean doesn't delete bios.bin (and it
looks like it doesn't), neither should it delete *.dtb, and we can drop
the patch.

Acked-by: Hollis Blanchard <[email protected]>

-- 
Hollis Blanchard
IBM Linux Technology Center

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to