riscv-sandbox/disco/Makefile

13 lines
288 B
Makefile

TARGET := disco.elf
LOCAL_CFLAGS := -Os -fno-builtin-printf -Isrc -Wextra -pedantic
LOCAL_SRC_C := \
src/disco_asymmetric.c \
src/disco_symmetric.c \
src/tweetstrobe.c \
src/tweetX25519.c \
src/devurandom.c \
tests/test_disco.c
include ../conf/toolchain.mk
include ../conf/sdk.mk