summaryrefslogtreecommitdiffstats
path: root/src/usr/mmio/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/mmio/makefile')
-rw-r--r--src/usr/mmio/makefile11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/usr/mmio/makefile b/src/usr/mmio/makefile
index cea686f85..0787dbe50 100644
--- a/src/usr/mmio/makefile
+++ b/src/usr/mmio/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2013,2018
+# Contributors Listed Below - COPYRIGHT 2013,2019
# [+] International Business Machines Corp.
#
#
@@ -25,12 +25,21 @@
ROOTPATH = ../../..
MODULE = mmio
+SUBDIRS += test.d
+
EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc/
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/
+EXTRAINCDIR += ${ROOTPATH}/src/import/
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/utils/imageProcs/
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/ocmb/explorer/common/include/
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/ocmb/explorer/procedures/hwp/memory/
EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include/
EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2/
#include unique object modules
OBJS += mmio.o
+OBJS += mmio_explorer.o
VPATH += ..
include $(ROOTPATH)/config.mk
OpenPOWER on IntegriCloud