diff mbox

[RFC,v1,08/14] Makefile: export STUBDOM_ROOT

Message ID 1457628755-20267-9-git-send-email-wei.liu2@citrix.com (mailing list archive)
State New, archived
Headers show

Commit Message

Wei Liu March 10, 2016, 4:52 p.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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