mirror of
https://github.com/pvvx/rtl00TstMinAmebaV35a.git
synced 2026-07-12 06:25:44 +00:00
first commit
This commit is contained in:
commit
c399bf5be0
806 changed files with 421674 additions and 0 deletions
29
project/realtek_ameba1_va0_example/GCC-RELEASE/Makefile
Normal file
29
project/realtek_ameba1_va0_example/GCC-RELEASE/Makefile
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
|
||||
all: ram_all
|
||||
|
||||
.PHONY: ram_all
|
||||
ram_all:
|
||||
@$(MAKE) -f application.mk
|
||||
|
||||
.PHONY: mp
|
||||
mp: toolchain
|
||||
@$(MAKE) -f application.mk mp
|
||||
|
||||
.PHONY: clean clean_all
|
||||
clean:
|
||||
@$(MAKE) -f application.mk clean
|
||||
clean_all:
|
||||
@$(MAKE) -f application.mk clean_all
|
||||
|
||||
.PHONY: flash debug ramdebug setup
|
||||
setup:
|
||||
@$(MAKE) -f application.mk $(MAKECMDGOALS)
|
||||
|
||||
flash:
|
||||
@$(MAKE) -f application.mk flashburn
|
||||
|
||||
debug:
|
||||
@$(MAKE) -f application.mk debug
|
||||
|
||||
ramdebug:
|
||||
@$(MAKE) -f application.mk ramdebug
|
||||
Loading…
Add table
Add a link
Reference in a new issue