Remove unnecessary ARM references
[novacoin.git] / src / makefile.osx
index 3b6353d..1570fbd 100644 (file)
@@ -129,16 +129,13 @@ OBJS += obj/txdb-bdb.o
 endif
 
 ifeq (${USE_ASM}, 1)
-OBJS += obj/scrypt-arm.o obj/scrypt-x86.o obj/scrypt-x86_64.o
+OBJS += obj/scrypt-x86.o obj/scrypt-x86_64.o
 
 obj/scrypt-x86.o: scrypt-x86.S
        $(CXX) -c $(xCXXFLAGS) -MMD -o $@ $<
 
 obj/scrypt-x86_64.o: scrypt-x86_64.S
        $(CXX) -c $(xCXXFLAGS) -MMD -o $@ $<
-
-obj/scrypt-arm.o: scrypt-arm.S
-       $(CXX) -c $(xCXXFLAGS) -MMD -o $@ $<
 endif
 ifneq (${USE_ASM}, 1)
 OBJS += obj/scrypt-generic.o