summaryrefslogtreecommitdiff
path: root/code/ecp/crypto/curve25519
diff options
context:
space:
mode:
Diffstat (limited to 'code/ecp/crypto/curve25519')
-rw-r--r--code/ecp/crypto/curve25519/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/ecp/crypto/curve25519/Makefile b/code/ecp/crypto/curve25519/Makefile
index e9c2c1b..85839bb 100644
--- a/code/ecp/crypto/curve25519/Makefile
+++ b/code/ecp/crypto/curve25519/Makefile
@@ -1,5 +1,5 @@
include ../../Makefile.platform
-CFLAGS=$(CFLAGS_PL) $(PIC) -I../include -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS= -DED25519
+CFLAGS += $(PIC) -I../include -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS= -DED25519
obj = curve25519.o curve25519-generic.o