diff --git a/projects/rocr-runtime/samples/Makefile b/projects/rocr-runtime/samples/Makefile index bdfde6ec37..de9c1b3759 100644 --- a/projects/rocr-runtime/samples/Makefile +++ b/projects/rocr-runtime/samples/Makefile @@ -8,6 +8,7 @@ SUBDIRS += BitionicSort SUBDIRS += BinarySearch SUBDIRS += BlackScholes SUBDIRS += FloydWarshall +SUBDIRS += FastWalshTransform SUBDIRS += MatrixTranspose SUBDIRS += MatrixMultiplication