Skip to content

Commit

Permalink
Adjust makefile directives for expscomtest
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dcrowell77 committed Feb 24, 2019
1 parent c0e8d17 commit 361f7d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/usr/expscom/test/expscomtest.H
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
5 changes: 3 additions & 2 deletions src/usr/expscom/test/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
include ${ROOTPATH}/config.mk

0 comments on commit 361f7d6

Please sign in to comment.