2021-12-12 23:53:04 +08:00
|
|
|
APP := hellow
|
|
|
|
SRCS := ../common/init.S $(APP).c
|
|
|
|
CCFLAGS := -march=rv32imac -Os
|
|
|
|
MAX_CYCLES := 1000000
|
2021-12-13 02:28:23 +08:00
|
|
|
INCDIR := include ../common
|
2021-12-12 23:53:04 +08:00
|
|
|
|
2021-12-05 07:44:22 +08:00
|
|
|
|
|
|
|
include ../common/src_only_app.mk
|