summaryrefslogtreecommitdiffstats
path: root/src/usr/isteps/pm/runtime/makefile
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2019-01-14 16:34:04 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-01-21 08:50:48 -0600
commitad1c30eb712f64b0cb826b9592090d4a218b2a81 (patch)
tree88cd798ead90906e5ef5d280e240fd6cef43f91d /src/usr/isteps/pm/runtime/makefile
parent868b68df85eb7aeed7eba3392303fa3be854e2a6 (diff)
downloadtalos-hostboot-ad1c30eb712f64b0cb826b9592090d4a218b2a81.tar.gz
talos-hostboot-ad1c30eb712f64b0cb826b9592090d4a218b2a81.zip
Move NVDIMM operations under NVDIMM modules
Makes it easier to find and include NVDIMM operations. Also makes it easier to exclude from non-nvdimm supported systems. Change-Id: I870c2246e1bb9201e6e8032f1868e6e4e6a2b91a Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70489 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Roland Veloz <rveloz@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/isteps/pm/runtime/makefile')
-rw-r--r--src/usr/isteps/pm/runtime/makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/usr/isteps/pm/runtime/makefile b/src/usr/isteps/pm/runtime/makefile
index c3be1b818..287fe61a1 100644
--- a/src/usr/isteps/pm/runtime/makefile
+++ b/src/usr/isteps/pm/runtime/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2016,2018
+# Contributors Listed Below - COPYRIGHT 2016,2019
# [+] International Business Machines Corp.
#
#
@@ -31,17 +31,11 @@ VPATH += ../
MODULE = pm_rt
-EXTRAINCDIR += ${ROOTPATH}/src/usr/isteps/nvdimm
-
## Objects unique to HBRT
OBJS += rt_pm.o
-## Dependencies for nvdimm.mk
-VPATH += ${ROOTPATH}/src/usr/isteps/nvdimm
-
SUBDIRS += test.d
## Objects common to HBRT and HB IPL
include ../pm.mk
-include ${ROOTPATH}/src/usr/isteps/nvdimm/nvdimm.mk
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud