From 7851bd428df9a7868d5931377124bcbc7b928829 Mon Sep 17 00:00:00 2001 From: Marty Gloff Date: Tue, 3 May 2016 11:40:06 -0500 Subject: Implement PM complex calls in HBRT, no HWPs - Initial Infrastructure Create src/usr/isteps/pm directory and runtime subdirectory. Add rt_pm.C with functions to support runtime interfaces. Add pm_common files with funtions to support runtime functions. Create and update appropriate makefiles. Change-Id: Ibdbd8890c7f134e5f687708e292543f8ce6f5d89 RTC: 148935 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24020 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Corey V. Swenson Reviewed-by: Daniel M. Crowell --- src/usr/isteps/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usr/isteps/makefile') diff --git a/src/usr/isteps/makefile b/src/usr/isteps/makefile index 4448caa3a..1c665231b 100644 --- a/src/usr/isteps/makefile +++ b/src/usr/isteps/makefile @@ -38,6 +38,7 @@ SUBDIRS+=istep15.d SUBDIRS+=istep16.d SUBDIRS+=istep20.d SUBDIRS+=istep21.d +SUBDIRS+=pm.d OBJS += hwpisteperror.o OBJS += hwpistepud.o -- cgit v1.2.1