summaryrefslogtreecommitdiffstats
path: root/sbe/image/Makefile
diff options
context:
space:
mode:
authorDavid Young <davidy@us.ibm.com>2015-08-12 21:18:28 -0500
committerJennifer A. Stofer <stofer@us.ibm.com>2015-09-02 09:02:28 -0500
commitaf2801fc63e15d56dd19ec0dbdf5512d78c807da (patch)
tree2bf531c66b7eff4f1bc5d448c9b6a29b881da47b /sbe/image/Makefile
parentb4976cd7c7c54a5c7c1c053387e387ceedd88f9b (diff)
downloadtalos-sbe-af2801fc63e15d56dd19ec0dbdf5512d78c807da.tar.gz
talos-sbe-af2801fc63e15d56dd19ec0dbdf5512d78c807da.zip
PPE-HWP: [Level 2] Dllsetup Hcode Procedure
Dllsetup runs on cronus. Wrapper function included. XML error file added. cachehcderror.mk updates with dll errors xml file Change-Id: I51189a9ca7c2541ddc86aeb7896feb23a2426f5b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19807 Tested-by: Jenkins Server Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Diffstat (limited to 'sbe/image/Makefile')
-rw-r--r--sbe/image/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbe/image/Makefile b/sbe/image/Makefile
index db52b32e..84c0c969 100644
--- a/sbe/image/Makefile
+++ b/sbe/image/Makefile
@@ -63,13 +63,14 @@ CACHE_MAKE_DIR := $(CACHE_SRCDIR)
LIB_DIRS += -L$(OBJDIR)/cache
CACHELIB := $(OBJDIR)/cache/libcache.a
LLIBS += -lcache
-
+include $(CACHE_SRCDIR)/cachehcderrors.mk
# Common Core libraries
CORE_MAKE_DIR := $(CORE_SRCDIR)
LIB_DIRS += -L$(OBJDIR)/core
CORELIB := $(OBJDIR)/core/libcore.a
LLIBS += -lcore
+include $(CORE_SRCDIR)/corehcderrors.mk
# Common Perv libraries
PERV_MAKE_DIR := $(PERV_SRCDIR)
OpenPOWER on IntegriCloud