aboutsummaryrefslogtreecommitdiff
path: root/x86_64/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64/Makefile.am')
-rw-r--r--x86_64/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/x86_64/Makefile.am b/x86_64/Makefile.am
deleted file mode 100644
index c74ddd2..0000000
--- a/x86_64/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-noinst_LIBRARIES = libx8664.a
-
-SUFFIXES = .asm
-
-libx8664_a_SOURCES = sha256_xmm_amd64.asm
-
-.asm.o:
- $(YASM) -f elf64 $<