SRCS := ../common/init.S main.c
APP := hello_multicore
CCFLAGS = -march=rv32imc -Os
include ../common/src_only_app.mk