From: Antti Kantee Date: Sun, 7 Dec 2014 18:05:55 +0000 (+0000) Subject: fix minios include path X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=fbf232c42ae2dea512a2c34b154e1d63f3dad3c4;p=rumpuser-xen.git fix minios include path --- diff --git a/rumpxendev/Makefile b/rumpxendev/Makefile index 2681424..8fdb9ba 100644 --- a/rumpxendev/Makefile +++ b/rumpxendev/Makefile @@ -8,7 +8,7 @@ RUMPTOP= ${TOPRUMP} CPPFLAGS+= -I${RUMPTOP}/librump/rumpkern -I${RUMPTOP}/librump CPPFLAGS+= -I${RUMPTOP}/librump/rumpvfs CPPFLAGS+= -I${.CURDIR} -CPPFLAGS+= -I${.CURDIR}/../include -D__RUMP_KERNEL__ -I${.CURDIR}/.. +CPPFLAGS+= -I${.CURDIR}/../xen/include -D__RUMP_KERNEL__ -I${.CURDIR}/.. RUMP_SYM_NORENAME=xenbus_|HYPERVISOR_|minios_