We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8fa24c + 5b3702e commit 654eedfCopy full SHA for 654eedf
src/Makefile.gpu.include
@@ -36,6 +36,7 @@ crypto_argon2gpu_cuda_libdynamic_gpu_cuda_a_SOURCES = \
36
crypto/argon2gpu/cuda/cuda-exception.h \
37
crypto/argon2gpu/cuda/device.h \
38
crypto/argon2gpu/cuda/global-context.h \
39
+ crypto/argon2gpu/cuda/blake2b-kernels.h \
40
crypto/argon2gpu/cuda/kernels.h \
41
crypto/argon2gpu/cuda/processing-unit.h \
42
crypto/argon2gpu/cuda/program-context.h \
@@ -116,4 +117,4 @@ CLEANFILES += $(GENERATED_KERNEL_FILES)
116
117
endif
118
119
dynamicd_LDADD += $(LIBDYNAMIC_GPU_LDADD_EXTRA)
-dynamicd_LDFLAGS += $(LIBDYNAMIC_GPU_LDFLAGS_EXTRA)
120
+dynamicd_LDFLAGS += $(LIBDYNAMIC_GPU_LDFLAGS_EXTRA)
0 commit comments