Commit ff1aaf65e75da9f4f4d67b2c654ace1e51f25da0
1 parent
8915ee74
Update tarbin rule.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3275 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
4 additions
and
0 deletions
Makefile
| ... | ... | @@ -144,6 +144,8 @@ tarbin: |
| 144 | 144 | $(bindir)/qemu-system-mips64 \ |
| 145 | 145 | $(bindir)/qemu-system-mips64el \ |
| 146 | 146 | $(bindir)/qemu-system-arm \ |
| 147 | + $(bindir)/qemu-system-m68k \ | |
| 148 | + $(bindir)/qemu-system-sh4 \ | |
| 147 | 149 | $(bindir)/qemu-i386 \ |
| 148 | 150 | $(bindir)/qemu-arm \ |
| 149 | 151 | $(bindir)/qemu-armeb \ |
| ... | ... | @@ -153,6 +155,8 @@ tarbin: |
| 153 | 155 | $(bindir)/qemu-mips \ |
| 154 | 156 | $(bindir)/qemu-mipsel \ |
| 155 | 157 | $(bindir)/qemu-alpha \ |
| 158 | + $(bindir)/qemu-m68k \ | |
| 159 | + $(bindir)/qemu-sh4 \ | |
| 156 | 160 | $(bindir)/qemu-img \ |
| 157 | 161 | $(datadir)/bios.bin \ |
| 158 | 162 | $(datadir)/vgabios.bin \ | ... | ... |