From e3fc8c2dc3151cc6e8fecfd50a80128bcaf3520f Mon Sep 17 00:00:00 2001 From: "Ding, Wei (xN/A) TX" Date: Thu, 26 Feb 2015 13:05:52 -0500 Subject: [PATCH] ECR #333755 - Modified Makefile for adding NBody. [git-p4: depot-paths = "//depot/stg/hsa/drivers/hsa/runtime/": change = 1125417] --- samples/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/Makefile b/samples/Makefile index 27a6470f1e..4037c071c1 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -2,6 +2,6 @@ OPENCL_DEPTH = ../.. include $(OPENCL_DEPTH)/runtimenew/runtimedefs -SUBDIRS = MatrixTranspose MatrixMultiplication DwtHarr1D BitionicSort +SUBDIRS = MatrixTranspose MatrixMultiplication DwtHarr1D BitionicSort NBody include $(OPENCL_DEPTH)/runtimenew/runtimerules