Hazard3/test/sim/sw_testcases/Makefile

9 lines
185 B
Makefile
Raw Normal View History

APP := hellow
SRCS := ../common/init.S $(APP).c
CCFLAGS := -march=rv32imac -Os
MAX_CYCLES := 1000000
INCDIR := include ../common
include ../common/src_only_app.mk