Fixes in Makefile of couple of samples

- modified Makefile for hipblas_saxpy to replaced hcblas.so with hipblas.so as part of HCSWAP-100
- Resolved missing separator issue in peer2peer cookbook Makefile

Change-Id: I678fea267eee1481f02da09379339ed78d3f95f2


[ROCm/hip-tests commit: 70716bee42]
This commit is contained in:
Sandeep Kumar
2016-12-14 15:49:40 +05:30
committed by Maneesh Gupta
parent 83ab39c044
commit 7ba0720f71
2 changed files with 8 additions and 7 deletions
@@ -12,7 +12,7 @@ endif
ifeq (${HIP_PLATFORM}, hcc)
HCBLAS_ROOT?= $(wildcard /opt/rocm/hcblas)
HIPCC_FLAGS += -stdlib=libc++ -I$(HCBLAS_ROOT)/include
LIBS = -L$(HCBLAS_ROOT)/lib -lhcblas
LIBS = -L$(HCBLAS_ROOT)/lib -lhipblas -rpath $(HIP_PATH)/lib
endif