From 33f20e9666cc74417f169934a16fca2a87a48427 Mon Sep 17 00:00:00 2001 From: "Ding, Wei (xN/A) TX" Date: Wed, 25 Feb 2015 19:31:21 -0500 Subject: [PATCH] ECR #333755 - Modified Makefile for appls: DwtHarr1D BitionicSort [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1125137] [ROCm/ROCR-Runtime commit: 73ee35924a74d5cdf557ba771544cdf99411a4f2] --- projects/rocr-runtime/samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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