mirror of
https://github.com/sandeepmistry/rtl8710-openocd.git
synced 2024-12-04 12:10:28 +00:00
script directory
This commit is contained in:
parent
6e4f8d7dbd
commit
0cf1ebbce2
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
|||
make_array
|
||||
rtl8710_flasher.bin
|
||||
rtl8710_flasher.elf
|
||||
rtl8710.ocd
|
||||
|
||||
|
|
1
Makefile
1
Makefile
|
@ -17,6 +17,7 @@ all:
|
|||
echo "}" >>rtl8710.ocd
|
||||
echo >>rtl8710.ocd
|
||||
cat rtl8710_flasher.ocd >>rtl8710.ocd
|
||||
cp rtl8710.ocd script/rtl8710.ocd
|
||||
|
||||
clean:
|
||||
rm -rf rtl8710_flasher.elf rtl8710_flasher.bin make_array rtl8710.ocd
|
||||
|
|
Loading…
Reference in a new issue