summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-02-22 22:50:33 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-02-23 22:04:44 -0600
commit361f7d64b58fe080aa47fe55df2604583700ed58 (patch)
tree110a5676c70974bf7e7d654b5f9c03d3287dcb86 /src
parentc0e8d172a0cdf22321d574c7b27743e116c35138 (diff)
downloadtalos-hostboot-361f7d64b58fe080aa47fe55df2604583700ed58.tar.gz
talos-hostboot-361f7d64b58fe080aa47fe55df2604583700ed58.zip
Adjust makefile directives for expscomtest
Change-Id: I0301f249aa6fe0f89c90af3fc840723f304d7c98 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72397 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>
Diffstat (limited to 'src')
-rw-r--r--src/usr/expscom/test/expscomtest.H2
-rw-r--r--src/usr/expscom/test/makefile5
2 files changed, 4 insertions, 3 deletions
diff --git a/src/usr/expscom/test/expscomtest.H b/src/usr/expscom/test/expscomtest.H
index 7049e84d4..a5741d632 100644
--- a/src/usr/expscom/test/expscomtest.H
+++ b/src/usr/expscom/test/expscomtest.H
@@ -40,7 +40,7 @@
#include <fapi2/plat_hwp_invoker.H>
#include <fapi2_hwp_executor.H>
#include <fapi2/hw_access.H>
-#include <exp_consts.H>
+#include <lib/shared/exp_consts.H>
extern trace_desc_t* g_trac_expscom;
diff --git a/src/usr/expscom/test/makefile b/src/usr/expscom/test/makefile
index 47d9bfebd..79e47ffb7 100644
--- a/src/usr/expscom/test/makefile
+++ b/src/usr/expscom/test/makefile
@@ -27,9 +27,10 @@ ROOTPATH = ../../../..
EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/
EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/utils/imageProcs
-EXTRAINCDIR += ${ROOTPATH}/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/ocmb/explorer/procedures/hwp/memory
+EXTRAINCDIR += ${ROOTPATH}/src/import/
MODULE = testexpscom
TESTS = *.H
-include ${ROOTPATH}/config.mk \ No newline at end of file
+include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud