riscv-sandbox/helloworld/Makefile

8 lines
185 B
Makefile
Raw Normal View History

2019-01-09 17:54:18 +00:00
TARGET := helloriscv.elf
LOCAL_SRC_C := helloriscv.c
LOCAL_SRC_S :=
2018-12-08 20:19:54 +00:00
LOCAL_OPT_C := -Os -fno-builtin-printf -Wall -Wextra -pedantic
include ../conf/toolchain.mk
include ../conf/sdk.mk