From: Ian Jackson Date: Wed, 25 Jun 2014 11:38:35 +0000 (+0100) Subject: tools/Makefile: Build only a subset of things for rump kernels X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~4655 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=27b7b77f9ed9b1a8c56e591df0ab39aa4309a7a4;p=xen.git 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 Acked-by: Ian Campbell --- diff --git a/tools/Makefile b/tools/Makefile index f4aa200da8..e558e6e8cf 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