mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
update
This commit is contained in:
parent
95b8017e95
commit
0cf6a74c39
3 changed files with 6 additions and 9 deletions
6
Makefile
6
Makefile
|
|
@ -18,11 +18,9 @@ ram_all_mp:
|
|||
.PHONY: clean clean_all
|
||||
clean:
|
||||
@$(MAKE) -f sdkbuild.mk clean
|
||||
@$(MAKE) -f webfs.mk clean
|
||||
|
||||
clean_all:
|
||||
@$(MAKE) -f sdkbuild.mk clean_all
|
||||
@$(MAKE) -f webfs.mk clean
|
||||
|
||||
.PHONY: flashburn runram reset test readfullflash flashwebfs
|
||||
flashburn:
|
||||
|
|
@ -50,8 +48,8 @@ test:
|
|||
#@make -f flasher.mk test
|
||||
|
||||
readfullflash:
|
||||
JLink-RdFullFlash.bat
|
||||
#@make -f flasher.mk readfullflash
|
||||
#JLink-RdFullFlash.bat
|
||||
@$(MAKE) -f flasher.mk readfullflash
|
||||
|
||||
.PHONY: prerequirement
|
||||
prerequirement:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue