From 39b2ccdfc8b3bcb978d64d99baf4f539a7b9cdcd Mon Sep 17 00:00:00 2001 From: Matt Derksen Date: Fri, 5 Oct 2018 08:36:24 -0500 Subject: Fix compile error Fix relative path error and remove invalid paranthesis in cxx makefile Change-Id: I9ac7b0b52f5b145a76361ed4009ca0d00f2ee116 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/67083 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Daniel M. Crowell --- src/usr/fapi2/test/fapi2Test.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/fapi2/test') diff --git a/src/usr/fapi2/test/fapi2Test.mk b/src/usr/fapi2/test/fapi2Test.mk index 8ce5638e0..6c3619a32 100644 --- a/src/usr/fapi2/test/fapi2Test.mk +++ b/src/usr/fapi2/test/fapi2Test.mk @@ -72,7 +72,7 @@ OBJS += p9_i2ctests.o ################################################################################ endif -TESTS += ${shell ls src/usr/fapi2/test/*TestCxx.H | sort | xargs)} +TESTS += ${shell ls ${ROOTPATH}/src/usr/fapi2/test/*TestCxx.H | sort | xargs} VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/ -- cgit v1.2.3