8 рядки
185 B
Makefile
8 рядки
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
|