]> xenbits.xensource.com Git - people/liuw/stubdom.git/commitdiff
Makefile: export STUBDOM_ROOT
authorWei Liu <wei.liu2@citrix.com>
Wed, 9 Mar 2016 20:04:14 +0000 (20:04 +0000)
committerWei Liu <wei.liu2@citrix.com>
Thu, 10 Mar 2016 16:06:37 +0000 (16:06 +0000)
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 <wei.liu2@citrix.com>
---
This needs to be used in conjunction with the patch to mini-os.git.

Makefile

index ca37fe25cbd22fb319cbc899de3e1963769ec97a..875760ca44a7b7cd0364a0a0dde4d1cc869463eb 100644 (file)
--- 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