Hazard3/test/sim/sw_testcases/Makefile

11 lines
336 B
Makefile
Raw Normal View History

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