diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2013-09-10 21:09:24 -0400 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-09-19 17:03:15 +0200 |
commit | 4ecf503924516979970254eb3783f68037647ac3 (patch) | |
tree | de67bcdd61ce10b77aca4964a349e9f0de83897d /RepositoryModule_host.mk | |
parent | f22e509c2b31ee2ed024412af5b55bf8944e76b4 (diff) |
First step toward splitting the opencl code into own shared library.
Change-Id: I44fa3ded8d48b2972af17b78ab6c0af03e024f36
Diffstat (limited to 'RepositoryModule_host.mk')
-rw-r--r-- | RepositoryModule_host.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryModule_host.mk b/RepositoryModule_host.mk index c57773477cf3..0b229520417d 100644 --- a/RepositoryModule_host.mk +++ b/RepositoryModule_host.mk @@ -246,7 +246,7 @@ endef # the default goal is all (see Module.mk) ifeq (,$(filter-out all,$(MAKECMDGOALS))) $(eval $(call repositorymodule_serialize,\ - scfilt \ + scfilt scopencl \ $(if $(filter SCRIPTING,$(BUILD_TYPE)),vbaobj) \ sc msword swui sw sd \ $(if $(filter DBCONNECTIVITY,$(BUILD_TYPE)),dbu) \ |