Add ARM scrypt implementation
[novacoin.git] / src / makefile.bsd
index c003999..b5f14ce 100644 (file)
@@ -134,6 +134,7 @@ OBJS= \
     obj/kernel.o \
     obj/pbkdf2.o \
     obj/scrypt.o \
+    obj/scrypt-arm.o \
     obj/scrypt-x86.o \
     obj/scrypt-x86_64.o \
     obj/zerocoin/Accumulator.o \