|
|
@@ -105,13 +105,8 @@ bfgminer_CPPFLAGS += $(libevent_CFLAGS)
|
|
|
endif
|
|
|
|
|
|
|
|
|
-# GPU sources, TODO: make them selectable
|
|
|
-# the GPU portion extracted from original main.c
|
|
|
-bfgminer_SOURCES += driver-opencl.h driver-opencl.c
|
|
|
-
|
|
|
if HAVE_OPENCL
|
|
|
-
|
|
|
-# the original GPU related sources, unchanged
|
|
|
+bfgminer_SOURCES += driver-opencl.h driver-opencl.c
|
|
|
bfgminer_SOURCES += ocl.c ocl.h findnonce.c findnonce.h
|
|
|
bfgminer_SOURCES += adl.c adl.h adl_functions.h
|
|
|
bfgminer_SOURCES += *.cl
|