diff options
Diffstat (limited to 'src/usr/expaccess/runtime/makefile')
-rw-r--r-- | src/usr/expaccess/runtime/makefile | 5 |
1 files changed, 4 insertions, 1 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 |