summaryrefslogtreecommitdiff
path: root/code/ecp/crypto/test
diff options
context:
space:
mode:
Diffstat (limited to 'code/ecp/crypto/test')
-rw-r--r--code/ecp/crypto/test/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/code/ecp/crypto/test/Makefile b/code/ecp/crypto/test/Makefile
index ae19e4b..0b5013f 100644
--- a/code/ecp/crypto/test/Makefile
+++ b/code/ecp/crypto/test/Makefile
@@ -1,6 +1,5 @@
include ../../Makefile.platform
-CFLAGS=$(CFLAGS_PL) -I.. -I../include
-LDFLAGS=$(LDFLAGS_PL)
+CFLAGS += -I.. -I../include
dep=../e_chacha20poly1305.o ../curve25519/*.o ../chacha/*.o ../poly1305/*.o ../sha/*.o ../compat/*.o