]> git.proxmox.com Git - qemu.git/blobdiff - Makefile
update
[qemu.git] / Makefile
index 74b1a94eb993da7f7885ee545b238b2624c57802..cfa7df571cf3393cc2c2d693480b705820f6642c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -84,6 +84,11 @@ test speed test2: all
 TAGS: 
        etags *.[ch] tests/*.[ch]
 
+cscope:
+       rm -f ./cscope.*
+       find . -name "*.[ch]" -print > ./cscope.files
+       cscope -b
+
 # documentation
 %.html: %.texi
        texi2html -monolithic -number $<
@@ -112,10 +117,15 @@ tarbin:
        $(bindir)/qemu-system-ppc \
        $(bindir)/qemu-system-sparc \
        $(bindir)/qemu-system-x86_64 \
+       $(bindir)/qemu-system-mips \
+       $(bindir)/qemu-system-arm \
        $(bindir)/qemu-i386 \
         $(bindir)/qemu-arm \
+        $(bindir)/qemu-armeb \
         $(bindir)/qemu-sparc \
         $(bindir)/qemu-ppc \
+        $(bindir)/qemu-mips \
+        $(bindir)/qemu-mipsel \
         $(bindir)/qemu-img \
        $(datadir)/bios.bin \
        $(datadir)/vgabios.bin \