projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69ba39e
)
tools/Makefile: Build only a subset of things for rump kernels
author
Ian Jackson
<ian.jackson@eu.citrix.com>
Wed, 25 Jun 2014 11:38:35 +0000
(12:38 +0100)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Mon, 14 Jul 2014 15:07:51 +0000
(16:07 +0100)
Override the set of tools/ subdirectories for rump kernel builds.
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index f4aa200da82b04b95223c8420910bddbeba59334..e558e6e8cf6c8878fa622530d67e3e5fc949aac8 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-43,6
+43,10
@@
SUBDIRS-y += pygrub
SUBDIRS-$(OCAML_TOOLS) += ocaml
endif
+ifeq ($(CONFIG_RUMP),y)
+SUBDIRS-y := include libxc xenstore
+endif
+
# For the sake of linking, set the sys-root
ifneq ($(CROSS_COMPILE),)
CROSS_BIN_PATH ?= /usr/$(CROSS_COMPILE:-=)/bin