first commit
This commit is contained in:
13
Makefile
Normal file
13
Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
all : flash
|
||||
|
||||
TARGET:=ch32ext
|
||||
CH32V003FUN=./ch32v003fun/ch32v003fun
|
||||
MINICHLINK=./ch32v003fun/minichlink
|
||||
PREFIX=riscv64-elf
|
||||
LINKER_SCRIPT=./ch32ext.ld
|
||||
# CFLAGS += -march=rv32ec_zicsr
|
||||
|
||||
include $(CH32V003FUN)/ch32v003fun.mk
|
||||
|
||||
flash : cv_flash
|
||||
clean : cv_clean
|
||||
Reference in New Issue
Block a user