From: Wei Liu Date: Tue, 27 Jan 2015 11:21:00 +0000 (+0000) Subject: xen: export gntmap_* symbols X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=73f359f8ad332bbb7721d5561287b2b30d91c0b6;p=rumpuser-xen.git xen: export gntmap_* symbols Signed-off-by: Wei Liu --- diff --git a/xen/Makefile b/xen/Makefile index 78964c5..c695273 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -44,7 +44,7 @@ LDFLAGS := -L$(abspath $(OBJ_DIR)/$(TARGET_ARCH_DIR)) # Prefixes for global API names. All other symbols in mini-os are localised # before linking with rumprun applications. -GLOBAL_PREFIXES := _minios_ minios_ HYPERVISOR_ blkfront_ netfront_ pcifront_ xenbus_ +GLOBAL_PREFIXES := _minios_ minios_ HYPERVISOR_ blkfront_ netfront_ pcifront_ xenbus_ gntmap_ GLOBAL_PREFIXES := $(patsubst %,-G %*, $(GLOBAL_PREFIXES)) # Subdirectories common to mini-os