mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-25 21:58:49 +01:00
move qemu-git under src/
This commit is contained in:
parent
3302c4b6e2
commit
da5f0a0668
119 changed files with 6 additions and 6 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -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
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -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
Loading…
Reference in a new issue