From: Wei Liu Date: Wed, 9 Mar 2016 20:04:14 +0000 (+0000) Subject: Makefile: export STUBDOM_ROOT X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=bb9b09ef8be728a0e645faa22545f30e07c1f2ac;p=people%2Fliuw%2Fstubdom.git Makefile: export STUBDOM_ROOT Mini-os needs to know where the libraries are when linking. Export a new environment variable called STBUDOM_ROOT so that mini-os knows the location of libraries. Signed-off-by: Wei Liu --- This needs to be used in conjunction with the patch to mini-os.git. --- diff --git a/Makefile b/Makefile index ca37fe2..875760c 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ ifeq (,$(MINIOS_ROOT)) endif export MINI_OS=$(MINIOS_ROOT) +export STUBDOM_ROOT=$(CURDIR) export XEN_ROOT export XEN_OS=MiniOS