riscv-sandbox/disco/Makefile

13 lines
288 B
Makefile
Raw Normal View History

2018-12-08 20:38:10 +00:00
TARGET := disco.elf
LOCAL_CFLAGS := -Os -fno-builtin-printf -Isrc -Wextra -pedantic
2018-12-08 20:38:10 +00:00
LOCAL_SRC_C := \
2018-12-08 21:10:29 +00:00
src/disco_asymmetric.c \
src/disco_symmetric.c \
src/tweetstrobe.c \
src/tweetX25519.c \
src/devurandom.c \
tests/test_disco.c
2018-12-08 20:38:10 +00:00
include ../conf/toolchain.mk
include ../conf/sdk.mk