| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Aug. 1, 2012, 11:12 a.m. |
| Message ID | <1343819532-11074-3-git-send-email-stefanha@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/174437/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/Makefile b/Makefile index d872d46..000b46c 100644 --- a/Makefile +++ b/Makefile @@ -215,7 +215,7 @@ clean: rm -f *.o *.d *.a *.lo $(TOOLS) $(HELPERS-y) qemu-ga TAGS cscope.* *.pod *~ */*~ rm -Rf .libs rm -f slirp/*.o slirp/*.d audio/*.o audio/*.d block/*.o block/*.d net/*.o net/*.d fsdev/*.o fsdev/*.d ui/*.o ui/*.d qapi/*.o qapi/*.d qga/*.o qga/*.d - rm -f qom/*.o qom/*.d + rm -f qom/*.o qom/*.d libuser/qom/*.o libuser/qom/*.d rm -f hw/usb/*.o hw/usb/*.d hw/*.o hw/*.d rm -f qemu-img-cmds.h rm -f trace/*.o trace/*.d