diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-29 21:18:26 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-29 21:18:26 +0000 |
commit | ff1aaf65e75da9f4f4d67b2c654ace1e51f25da0 (patch) | |
tree | f5374f6021eb1f8efe365033ae0f22ccafe064a1 /Makefile | |
parent | 8915ee7414146babf3ea58e73417f0ad274b88e4 (diff) |
Update tarbin rule.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3275 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -144,6 +144,8 @@ tarbin: $(bindir)/qemu-system-mips64 \ $(bindir)/qemu-system-mips64el \ $(bindir)/qemu-system-arm \ + $(bindir)/qemu-system-m68k \ + $(bindir)/qemu-system-sh4 \ $(bindir)/qemu-i386 \ $(bindir)/qemu-arm \ $(bindir)/qemu-armeb \ @@ -153,6 +155,8 @@ tarbin: $(bindir)/qemu-mips \ $(bindir)/qemu-mipsel \ $(bindir)/qemu-alpha \ + $(bindir)/qemu-m68k \ + $(bindir)/qemu-sh4 \ $(bindir)/qemu-img \ $(datadir)/bios.bin \ $(datadir)/vgabios.bin \ |