From beef7145997c1183c8c154076d3fa3a7148ada60 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 27 Dec 2009 20:38:32 +0000 Subject: Switch to new uplink assembler. --- crypto/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto/Makefile') diff --git a/crypto/Makefile b/crypto/Makefile index c1033f6d77..d7e498771c 100644 --- a/crypto/Makefile +++ b/crypto/Makefile @@ -67,8 +67,8 @@ applink.o: $(TOP)/ms/applink.c uplink.o: $(TOP)/ms/uplink.c applink.o $(CC) $(CFLAGS) -c -o $@ $(TOP)/ms/uplink.c -uplink-cof.s: $(TOP)/ms/uplink.pl - $(PERL) $(TOP)/ms/uplink.pl coff > $@ +uplink-x86.s: $(TOP)/ms/uplink-x86.pl + $(PERL) $(TOP)/ms/uplink-x86.pl $(PERLASM_SCHEME) > $@ x86_64cpuid.s: x86_64cpuid.pl $(PERL) x86_64cpuid.pl $(PERLASM_SCHEME) > $@ -- cgit v1.2.3