85b996c375
This includes stub domains support, but it should be considered experimental at this time. Stub domains hangs with serial ports, or more more than one virual disk (multiple virtual ethernet have not been tested).
12 lines
438 B
Text
12 lines
438 B
Text
$NetBSD: patch-tools_ocaml_xenstored_Makefile,v 1.1 2017/03/30 09:15:10 bouyer Exp $
|
|
|
|
--- tools/ocaml/xenstored/Makefile.orig 2016-02-09 14:44:19.000000000 +0000
|
|
+++ tools/ocaml/xenstored/Makefile
|
|
@@ -1,6 +1,7 @@
|
|
XEN_ROOT = $(CURDIR)/../../..
|
|
OCAML_TOPLEVEL = $(CURDIR)/..
|
|
include $(OCAML_TOPLEVEL)/common.make
|
|
+XEN_CONFIG_DIR=${XEN_EXAMPLES_DIR}
|
|
|
|
# Include configure output (config.h)
|
|
CFLAGS += -include $(XEN_ROOT)/tools/config.h
|