From b122d56d1e1526f16e64d005277607936037a995 Mon Sep 17 00:00:00 2001 From: "Ramesh Errabolu (xN/A) TX" Date: Fri, 13 Mar 2015 13:08:47 -0500 Subject: [PATCH] ECR #333755 - Enable the building of DwtHaar1D sample [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1130607] --- samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Makefile b/samples/Makefile index 73adf300f3..07694338ca 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -3,7 +3,7 @@ OPENCL_DEPTH = ../.. include $(OPENCL_DEPTH)/hsadefs SUBDIRS = NBody -#SUBDIRS += DwtHarr1D +SUBDIRS += DwtHarr1D SUBDIRS += BitionicSort SUBDIRS += BinarySearch SUBDIRS += BlackScholes