summaryrefslogtreecommitdiffstats
path: root/src/usr/hwpf/hwp/occ/occ.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwpf/hwp/occ/occ.mk')
-rw-r--r--src/usr/hwpf/hwp/occ/occ.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/hwpf/hwp/occ/occ.mk b/src/usr/hwpf/hwp/occ/occ.mk
index 12b5d7743..1a513002d 100644
--- a/src/usr/hwpf/hwp/occ/occ.mk
+++ b/src/usr/hwpf/hwp/occ/occ.mk
@@ -5,7 +5,9 @@
#
# OpenPOWER HostBoot Project
#
-# COPYRIGHT International Business Machines Corp. 2014
+# Contributors Listed Below - COPYRIGHT 2014
+# [+] 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.
@@ -69,6 +71,8 @@ OBJS += p8_pmc_force_vsafe.o
OBJS += p8_ocb_indir_access.o
OBJS += p8_ocb_indir_setup_linear.o
+#common occ functions between ipl and runtime
+OBJS += occ_common.o
## NOTE: add a new directory onto the vpaths when you add a new HWP
## EXAMPLE:
# VPATH += ${ROOTPATH}/src/usr/hwpf/hwp/occ/<HWP_dir>
OpenPOWER on IntegriCloud