summaryrefslogtreecommitdiff
path: root/ecp/src/crypto/chacha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ecp/src/crypto/chacha/Makefile')
-rw-r--r--ecp/src/crypto/chacha/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/ecp/src/crypto/chacha/Makefile b/ecp/src/crypto/chacha/Makefile
deleted file mode 100644
index bd747e5..0000000
--- a/ecp/src/crypto/chacha/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-include ../../Makefile.platform
-CFLAGS += $(PIC) -I../include -D__BEGIN_HIDDEN_DECLS= -D__END_HIDDEN_DECLS=
-
-obj = chacha.o
-
-
-all: $(obj)
-dep: all
-
-%.o: %.c
- $(CC) $(CFLAGS) -c $<
-
-clean:
- rm -f *.o *.a