summaryrefslogtreecommitdiffstats
path: root/src/usr/expaccess/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/expaccess/runtime')
-rw-r--r--src/usr/expaccess/runtime/makefile5
-rw-r--r--src/usr/expaccess/runtime/test/makefile3
2 files changed, 4 insertions, 4 deletions
diff --git a/src/usr/expaccess/runtime/makefile b/src/usr/expaccess/runtime/makefile
index ed744eab2..722d966e6 100644
--- a/src/usr/expaccess/runtime/makefile
+++ b/src/usr/expaccess/runtime/makefile
@@ -22,6 +22,7 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+HOSTBOOT_RUNTIME = 1
ROOTPATH = ../../../..
MODULE = expaccess_rt
@@ -30,7 +31,9 @@ SUBDIRS += test.d
include ../expaccess.mk
+EXTRAINCDIR += ../
+
VPATH += ${ROOTPATH}/src/import/chips/ocmb/explorer/procedures/hwp/memory/
VPATH += ${ROOTPATH}/src/usr/expaccess/
-include ${ROOTPATH}/config.mk \ No newline at end of file
+include ${ROOTPATH}/config.mk
diff --git a/src/usr/expaccess/runtime/test/makefile b/src/usr/expaccess/runtime/test/makefile
index 442fc0953..3359dc760 100644
--- a/src/usr/expaccess/runtime/test/makefile
+++ b/src/usr/expaccess/runtime/test/makefile
@@ -30,9 +30,6 @@ MODULE = testexpaccess_rt
include ../../test/test.mk
-#TODO RTC:196806 re-enable mmio communication tests when mmio works
TESTS = ../../test/expscomtest.H
include ${ROOTPATH}/config.mk
-
-
OpenPOWER on IntegriCloud