[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 11/11] tools/Makefile: Build only a subset of things for rump kernels
Override the set of tools/ subdirectories for rump kernel builds. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- tools/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/Makefile b/tools/Makefile index f4aa200..e558e6e 100644 --- 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 -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |