]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - dense-linear-algebra-libraries/linalg.git/blobdiff - build_opencl_k2h_small.sh
Sync with external git. Should be the other way around.
[dense-linear-algebra-libraries/linalg.git] / build_opencl_k2h_small.sh
diff --git a/build_opencl_k2h_small.sh b/build_opencl_k2h_small.sh
deleted file mode 100755 (executable)
index 790ab9d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-source setup_env_devkit.sh
-cd ../../libarch_intgit/libarch
-make clean
-make TARGET=SOC_K2H LIBOS=LIB_OPENCL
-cd -
-make cleanARMplusDSP MEM_MODEL=Small TARGET=SOC_K2H LIBOS=LIB_OPENCL
-make ARMplusDSP MEM_MODEL=Small TARGET=SOC_K2H LIBOS=LIB_OPENCL
-make installARMplusDSPlib DESTDIR=~/proclibs/linalg_opencl_k2h_small_install
-export LINALG_DIR=~/proclibs/linalg_opencl_k2h_small_install
-cd examples/arm+dsp/matmpy
-make clean
-make