mirror of
https://github.com/gwenhael-le-moine/x49gp.git
synced 2024-12-25 21:58:49 +01:00
pull-firmware
This commit is contained in:
parent
044a165758
commit
3302c4b6e2
3 changed files with 4 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,3 +10,4 @@ qemu/qemu-git/libhw32
|
||||||
qemu/qemu-git/libhw64
|
qemu/qemu-git/libhw64
|
||||||
qemu/qemu-git/config-host.*
|
qemu/qemu-git/config-host.*
|
||||||
qemu/qemu-git/config-all-devices.mak
|
qemu/qemu-git/config-all-devices.mak
|
||||||
|
/firmware/*.bin
|
||||||
|
|
3
Makefile
3
Makefile
|
@ -210,4 +210,7 @@ mrproper: clean-qemu distclean
|
||||||
pretty-code:
|
pretty-code:
|
||||||
clang-format -i *.c *.h
|
clang-format -i *.c *.h
|
||||||
|
|
||||||
|
pull-firmware:
|
||||||
|
./pull-firmware.sh
|
||||||
|
|
||||||
dummy:
|
dummy:
|
||||||
|
|
Loading…
Reference in a new issue