From fbf232c42ae2dea512a2c34b154e1d63f3dad3c4 Mon Sep 17 00:00:00 2001 From: Antti Kantee Date: Sun, 7 Dec 2014 18:05:55 +0000 Subject: [PATCH] fix minios include path --- rumpxendev/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ -- 2.39.5