Hazard3/test/sim/sw_testcases/Makefile

9 lines
191 B
Makefile
Raw Normal View History

APP := hellow
SRCS := ../common/init.S $(APP).c
2022-05-24 23:17:07 +08:00
CCFLAGS := -march=rv32imac_zicsr -Os
MAX_CYCLES := 1000000
INCDIR := include ../common
include ../common/src_only_app.mk