Add ECP_NISTZ256 by Shay Gueron, Intel Corp.
[openssl.git] / crypto / ec / Makefile
index 50cda66bd49bfa573c53bdc65b7c4d607d61fcde..898e43dc3795c3b2a79cf30490eab276860adb6e 100644 (file)
@@ -48,6 +48,12 @@ lib: $(LIBOBJ)
        $(RANLIB) $(LIB) || echo Never mind.
        @touch lib
 
+ecp_nistz256-x86_64.s: asm/ecp_nistz256-x86_64.pl
+       $(PERL) asm/ecp_nistz256-x86_64.pl $(PERLASM_SCHEME) > $@
+
+ecp_nistz256-avx2.s:   asm/ecp_nistz256-avx2.pl
+       $(PERL) asm/ecp_nistz256-avx2.pl $(PERLASM_SCHEME) > $@
+
 files:
        $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO