riscv-sandbox/cyclecount/Makefile

8 lines
197 B
Makefile
Raw Normal View History

2018-12-08 20:19:54 +00:00
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