summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Peschke <mpeschke@de.ibm.com>2016-03-31 12:19:32 +0200
committerMartin Peschke <mpeschke@de.ibm.com>2016-04-19 01:39:07 -0400
commit421be91d34cfbca0731e2437715d1d2902f1f03d (patch)
tree4d4f78ae831bcfa8a5a3557e701c884dc5950651
parentf45ce60aac2741e5f9e11b9364007cc7fc228194 (diff)
downloadtalos-sbe-421be91d34cfbca0731e2437715d1d2902f1f03d.tar.gz
talos-sbe-421be91d34cfbca0731e2437715d1d2902f1f03d.zip
Relocation of header files to ./tools/imageProcs (required ppe changes)
Change-Id: Ifbe1ad4fb7b409f590ded43458c75a997f8b6287 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22701 Tested-by: Jenkins Server Reviewed-by: Martin Peschke <mpeschke@de.ibm.com>
-rw-r--r--sbe/image/img_defs.mk6
-rw-r--r--tools/image/Makefile1
2 files changed, 6 insertions, 1 deletions
diff --git a/sbe/image/img_defs.mk b/sbe/image/img_defs.mk
index a9d0a77f..a9abecad 100644
--- a/sbe/image/img_defs.mk
+++ b/sbe/image/img_defs.mk
@@ -75,6 +75,10 @@ ifndef HWPLIB_SRCDIR
export HWPLIB_SRCDIR = $(abspath ../../import/chips/p9/procedures/hwp/lib)
endif
+ifndef IMAGEPROCS_SRCDIR
+export IMAGEPROCS_SRCDIR = $(abspath ../../import/tools/imageProcs)
+endif
+
ifndef P9_XIP_SRCDIR
export P9_XIP_SRCDIR = $(abspath ../../import/chips/p9/xip)
endif
@@ -84,7 +88,7 @@ export P9_XIP_BINDIR = $(P9_XIP_SRCDIR)/bin
endif
ifndef IMG_INCLUDES
-export IMG_INCLUDES = -I$(P9_XIP_SRCDIR) -I$(IMAGE_SRCDIR) -I$(CACHE_SRCDIR) -I$(CORE_SRCDIR) -I$(PERV_SRCDIR) -I$(NEST_SRCDIR) -I$(PM_SRCDIR)
+export IMG_INCLUDES = -I$(IMAGEPROCS_SRCDIR) -I$(P9_XIP_SRCDIR) -I$(IMAGE_SRCDIR) -I$(CACHE_SRCDIR) -I$(CORE_SRCDIR) -I$(PERV_SRCDIR) -I$(NEST_SRCDIR) -I$(PM_SRCDIR)
endif
ifndef BASE_OBJDIR
diff --git a/tools/image/Makefile b/tools/image/Makefile
index b946acd4..d557928a 100644
--- a/tools/image/Makefile
+++ b/tools/image/Makefile
@@ -38,6 +38,7 @@ INCLUDES += -I ../../pk/trace/
INCLUDES += -I ../../tools/ppetracepp/
INCLUDES += -I ../../import/hwpf/fapi2/include/
INCLUDES += -I ../../import/chips/p9/xip/
+INCLUDES += -I ../../import/tools/imageProcs/
# Under Linux the scheme is to use a common compiler to create procedures.
# However, the common compiler can be VERY slow, so if the system compiler is
OpenPOWER on IntegriCloud