diff options
| author | Lateef Quraishi <lateef@us.ibm.com> | 2016-08-04 08:47:49 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-09-02 10:05:51 -0400 |
| commit | e4866856c7642d1ae8c6ec4b9cf9d2042ecef103 (patch) | |
| tree | 42cbbfcb2ea6487154bed58b786b5bb4135d61e0 /src/usr/isteps/makefile | |
| parent | d2f585ae16f4ba4a9f62b110e91de956cb1cf774 (diff) | |
| download | talos-hostboot-e4866856c7642d1ae8c6ec4b9cf9d2042ecef103.tar.gz talos-hostboot-e4866856c7642d1ae8c6ec4b9cf9d2042ecef103.zip | |
Create a Separate module for cpu_special_wakeup
Change-Id: I4138b26825d76ebd068d3013a83fd9bfbc1f7b0f
RTC: 147383
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27872
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/makefile')
| -rw-r--r-- | src/usr/isteps/makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/isteps/makefile b/src/usr/isteps/makefile index 2d7f4b548..ac376aab2 100644 --- a/src/usr/isteps/makefile +++ b/src/usr/isteps/makefile @@ -39,8 +39,9 @@ SUBDIRS+=istep16.d SUBDIRS+=istep20.d SUBDIRS+=istep21.d SUBDIRS+=pm.d -SUBDIRS += p9_stop_util.d -SUBDIRS += mss.d +SUBDIRS+=p9_stop_util.d +SUBDIRS+=mss.d +SUBDIRS+=cpuWkup.d OBJS += hwpisteperror.o OBJS += hwpistepud.o |

