riscv-sandbox/helloworld/Makefile

8 řádky
185 B
Makefile

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