summaryrefslogtreecommitdiffstats
path: root/src/build/Makefile
diff options
context:
space:
mode:
authorRaja Das <rajadas2@in.ibm.com>2016-09-07 01:00:13 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-10-06 07:47:18 -0400
commitedec9bde06d4a3e1c06fc15c9312318b9324d94c (patch)
tree963a635bd1e3e456bd25a28e1d8ff86744ac043a /src/build/Makefile
parent6be042c2d9e9f64b3151fc95dbd98dd2723474c5 (diff)
downloadtalos-sbe-edec9bde06d4a3e1c06fc15c9312318b9324d94c.tar.gz
talos-sbe-edec9bde06d4a3e1c06fc15c9312318b9324d94c.zip
Stop Clocks for MPIPL (Core & Cache(EQ))
RTC: 156382 Change-Id: Ib3e8c29467aa7d3b6b85286e6f5ce154f0f28ad6 RTC: 156382 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29555 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Shakeeb A. Pasha B K <shakeebbk@in.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/build/Makefile')
-rw-r--r--src/build/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/build/Makefile b/src/build/Makefile
index 9bba17d6..1f7cdb6a 100644
--- a/src/build/Makefile
+++ b/src/build/Makefile
@@ -82,6 +82,11 @@ LIB_DIRS += -L$(OBJDIR-ISTEP5)
ISTEP5LIB := $(OBJDIR-ISTEP5)/libistep5.a
LLIBS += -listep5
+SUBDIRS += $(ISTEPMPIPL_INFRA_DIR)
+LIB_DIRS += -L$(OBJDIR-ISTEPMPIPL)
+ISTEPMPIPL := $(OBJDIR-ISTEPMPIPL)/libistepmpipl.a
+LLIBS += -listepmpipl
+
SUBDIRS += $(ISTEPCOMMON_INFRA_DIR)
LIB_DIRS += -L$(OBJDIR-ISTEPCOMMON)
ISTEPCOMMON := $(OBJDIR-ISTEPCOMMON)/libistepcommon.a
OpenPOWER on IntegriCloud