script directory
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,5 @@
|
|||||||
make_array
|
make_array
|
||||||
rtl8710_flasher.bin
|
rtl8710_flasher.bin
|
||||||
rtl8710_flasher.elf
|
rtl8710_flasher.elf
|
||||||
|
rtl8710.ocd
|
||||||
|
|
||||||
|
|||||||
1
Makefile
1
Makefile
@@ -17,6 +17,7 @@ all:
|
|||||||
echo "}" >>rtl8710.ocd
|
echo "}" >>rtl8710.ocd
|
||||||
echo >>rtl8710.ocd
|
echo >>rtl8710.ocd
|
||||||
cat rtl8710_flasher.ocd >>rtl8710.ocd
|
cat rtl8710_flasher.ocd >>rtl8710.ocd
|
||||||
|
cp rtl8710.ocd script/rtl8710.ocd
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf rtl8710_flasher.elf rtl8710_flasher.bin make_array rtl8710.ocd
|
rm -rf rtl8710_flasher.elf rtl8710_flasher.bin make_array rtl8710.ocd
|
||||||
|
|||||||
Reference in New Issue
Block a user