6 lines
113 B
Makefile
6 lines
113 B
Makefile
|
SRCS := ../common/init.S main.c
|
||
|
APP := wfi_loop
|
||
|
CCFLAGS = -march=rv32imc -Os
|
||
|
|
||
|
include ../common/src_only_app.mk
|