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/cpuWkup/makefile | |
| parent | d2f585ae16f4ba4a9f62b110e91de956cb1cf774 (diff) | |
| download | blackbird-hostboot-e4866856c7642d1ae8c6ec4b9cf9d2042ecef103.tar.gz blackbird-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/cpuWkup/makefile')
| -rw-r--r-- | src/usr/isteps/cpuWkup/makefile | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/src/usr/isteps/cpuWkup/makefile b/src/usr/isteps/cpuWkup/makefile new file mode 100644 index 000000000..3d29bbf91 --- /dev/null +++ b/src/usr/isteps/cpuWkup/makefile @@ -0,0 +1,42 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/usr/isteps/cpuWkup/makefile $ +# +# OpenPOWER HostBoot Project +# +# Contributors Listed Below - COPYRIGHT 2016 +# [+] International Business Machines Corp. +# +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. See the License for the specific language governing +# permissions and limitations under the License. +# +# IBM_PROLOG_END_TAG +ROOTPATH = ../../../.. +MODULE = p9_cpuWkup +PROCEDURES_PATH = ${ROOTPATH}/src/import/chips/p9/procedures + +EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/pm/ +EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/ +EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ +EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs/ +EXTRAINCDIR += ${ROOTPATH}/obj/genfiles/ + +include ${ROOTPATH}/procedure.rules.mk +include $(PROCEDURES_PATH)/hwp/pm/p9_cpu_special_wakeup.mk +include ${ROOTPATH}/config.mk + +VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/pm/ |

