From 2a7c5363e8078d658abcb5abeda5e0d864d4cb4e Mon Sep 17 00:00:00 2001 From: "Ramesh Errabolu (xN/A) TX" Date: Fri, 20 Mar 2015 16:31:51 -0500 Subject: [PATCH] ECR #333755 - Add Bitonicsort to the build list and fix makefile error to copy build artifacts to dist folder [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1133120] --- samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Makefile b/samples/Makefile index 07694338ca..03a6afad33 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -4,7 +4,7 @@ include $(OPENCL_DEPTH)/hsadefs SUBDIRS = NBody SUBDIRS += DwtHarr1D -SUBDIRS += BitionicSort +SUBDIRS += BitonicSort SUBDIRS += BinarySearch SUBDIRS += BlackScholes SUBDIRS += FloydWarshall