diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-27 15:13:12 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-27 15:32:58 +0200 |
commit | a70b717ef872c0ac652883ecd2a82c4cc29763e2 (patch) | |
tree | 0975349b1b8798eb9d444d7c91d97d52a2f6fa4e /sc/Library_sc.mk | |
parent | d83b031346799bff0a3298387f76b16baad2e5cf (diff) |
Move more Calc-independent OpenCL stuff from the sc to the opencl module
No cleanups yet. Just removed the "sc" namespace parts now when this stuff is
no longer Calc-specific. There is still horribly confusing use of the same
OpenCLDevice name for both a class and as a namespace, for instance. And the
OpenCLDevice class has only public static members even, so effectively it acts
as just a namespace anyway... Etc.
Change-Id: Idc5f30a721df0101426c676f04a85e02c5dc8443
Diffstat (limited to 'sc/Library_sc.mk')
-rw-r--r-- | sc/Library_sc.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sc/Library_sc.mk b/sc/Library_sc.mk index 31643f8c139b..7860a6e190b0 100644 --- a/sc/Library_sc.mk +++ b/sc/Library_sc.mk @@ -664,8 +664,6 @@ $(eval $(call gb_Library_add_exception_objects,sc,\ $(eval $(call gb_Helper_optional,OPENCL,\ $(call gb_Library_add_exception_objects,sc,\ sc/source/core/opencl/formulagroupcl \ - sc/source/core/opencl/openclwrapper \ - sc/source/core/opencl/opencl_device \ sc/source/core/opencl/opbase \ sc/source/core/opencl/op_financial \ sc/source/core/opencl/op_database \ |