diff --git a/projects/rocr-runtime/samples/Makefile b/projects/rocr-runtime/samples/Makefile index 47c3a90a10..27a6470f1e 100644 --- a/projects/rocr-runtime/samples/Makefile +++ b/projects/rocr-runtime/samples/Makefile @@ -2,6 +2,6 @@ OPENCL_DEPTH = ../.. include $(OPENCL_DEPTH)/runtimenew/runtimedefs -SUBDIRS = MatrixTranspose MatrixMultiplication +SUBDIRS = MatrixTranspose MatrixMultiplication DwtHarr1D BitionicSort include $(OPENCL_DEPTH)/runtimenew/runtimerules