aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorknarf <knarf@4054007a-4839-4648-a056-eb81e030d849>2012-02-01 03:35:06 +0000
committerknarf <knarf@4054007a-4839-4648-a056-eb81e030d849>2012-02-01 03:35:06 +0000
commit8a4d635ef9407ee69b23f56d3de1242dae3aa4ec (patch)
treec71ef4aba88e054ae6a835b48aa252a3d4d568c9 /src/make.code.defn
parentead4d9e647258cdb655db14bc083e028e05247f7 (diff)
This patch lets the OpenCL thorn print information about available
platforms and devices on startup. git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/OpenCL/trunk@4 4054007a-4839-4648-a056-eb81e030d849
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 7e723a4..d1ebedf 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -1,7 +1,7 @@
# Main make.code.defn file for thorn OpenCL
# Source files in this directory
-SRCS =
+SRCS = info.c err_code.c device_info.c
# Subdirectories containing source files
-SUBDIRS =
+SUBDIRS =