move qemu-git under src/

This commit is contained in:
Gwenhael Le Moine 2024-10-21 20:45:12 +02:00
parent 3302c4b6e2
commit da5f0a0668
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
119 changed files with 6 additions and 6 deletions

10
.gitignore vendored
View file

@ -5,9 +5,9 @@
*.d *.d
sdcard sdcard
x49gp x49gp
qemu/qemu-git/arm-softmmu src/qemu-git/arm-softmmu
qemu/qemu-git/libhw32 src/qemu-git/libhw32
qemu/qemu-git/libhw64 src/qemu-git/libhw64
qemu/qemu-git/config-host.* src/qemu-git/config-host.*
qemu/qemu-git/config-all-devices.mak src/qemu-git/config-all-devices.mak
/firmware/*.bin /firmware/*.bin

View file

@ -49,7 +49,7 @@ QEMU_DEFINES = -DTARGET_ARM -DX49GP \
# Use this for speed # Use this for speed
DEFINES = $(QEMU_DEFINES) DEFINES = $(QEMU_DEFINES)
QEMU=qemu/qemu-git QEMU=src/qemu-git
QEMUMAKE = $(shell if [ "`uname -s`" = "Linux" -a "`uname -m`" = "sun4u" ]; then echo "sparc32 $(MAKE)"; else echo "$(MAKE)"; fi) QEMUMAKE = $(shell if [ "`uname -s`" = "Linux" -a "`uname -m`" = "sun4u" ]; then echo "sparc32 $(MAKE)"; else echo "$(MAKE)"; fi)

Some files were not shown because too many files have changed in this diff Show more