Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
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 <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
mderkse1 authored and dcrowell77 committed Oct 7, 2018
1 parent 667b300 commit 39b2ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/fapi2/test/fapi2Test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 39b2ccd

Please sign in to comment.