From 2ab8db832db49fd27920653144d629351663f459 Mon Sep 17 00:00:00 2001 From: "Lyons, Ethan Tyler" Date: Mon, 25 Nov 2019 01:13:17 -0500 Subject: [PATCH] Update Makefile --- benchmarks/opencl/VectorHypot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/opencl/VectorHypot/Makefile b/benchmarks/opencl/VectorHypot/Makefile index 4f7f640c..946a7f98 100644 --- a/benchmarks/opencl/VectorHypot/Makefile +++ b/benchmarks/opencl/VectorHypot/Makefile @@ -35,7 +35,7 @@ PROJECT=VectorHypot all: $(PROJECT).dump $(PROJECT).hex -lib$(PROJECT).a: kernel.cl +lib$(PROJECT).a: VectorHypot.cl POCL_DEBUG=all POCL_DEBUG_LLVM_PASSES=1 LD_LIBRARY_PATH=$(RISCV_TOOL_PATH)/lib:$(POCL_CC_PATH)/lib $(POCL_CC_PATH)/bin/poclcc -o lib$(PROJECT).a kernel.cl $(PROJECT).elf: main.cc lib$(PROJECT).a