Hazard3/test/sim/hello_multicore/Makefile

6 lines
120 B
Makefile
Raw Normal View History

2021-12-17 09:24:11 +08:00
SRCS := ../common/init.S main.c
APP := hello_multicore
CCFLAGS = -march=rv32imc -Os
include ../common/src_only_app.mk