summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/ext/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/secureboot/ext/makefile')
-rw-r--r--src/usr/secureboot/ext/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/secureboot/ext/makefile b/src/usr/secureboot/ext/makefile
index 9b5adeaf7..d573515c6 100644
--- a/src/usr/secureboot/ext/makefile
+++ b/src/usr/secureboot/ext/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2013,2018
+# Contributors Listed Below - COPYRIGHT 2013,2019
# [+] International Business Machines Corp.
#
#
@@ -30,6 +30,7 @@ PERV_HWP_PATH = $(ROOTPATH)/src/import/chips/p9/procedures/hwp/perv
OBJS += $(if $(CONFIG_DRTM),drtm.o)
OBJS += $(if $(CONFIG_SECUREBOOT), service_ext.o)
+OBJS += $(if $(CONFIG_PHYS_PRES_PWR_BUTTON), phys_presence.o)
VPATH += $(PERV_HWP_PATH)
OpenPOWER on IntegriCloud