riscv-sandbox/cyclecount/Makefile
2018-12-08 20:19:54 +00:00

8 lines
197 B
Makefile

TARGET := cyclecount.elf
LOCAL_SRC_C := cyclecount.c
LOCAL_SRC_S := getcycles.S
LOCAL_OPT_C := -Os -fno-builtin-printf -Wall -Wextra -pedantic
include ../conf/toolchain.mk
include ../conf/sdk.mk