aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorIan Campbell <Ian.Campbell@citrix.com>2012-08-31 11:13:49 +0100
committerIan Campbell <Ian.Campbell@citrix.com>2012-08-31 11:13:49 +0100
commitf185a527caf966e10538d342eb677ccc4875200c (patch)
tree6fe616279efd53e20b426ca0055ff952248d3b52 /tools/Makefile
parent3c5b9dcac890323c43794684510c71ebc74501a2 (diff)
downloadxen-f185a527caf966e10538d342eb677ccc4875200c.tar.gz
xen-f185a527caf966e10538d342eb677ccc4875200c.tar.bz2
xen-f185a527caf966e10538d342eb677ccc4875200c.zip
tools: remove --disable-pythontools option
This incorrectly removes the $(PYTHON) variable which is used at build time as well as by the tools. Remove and revisit for 4.3. Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 9b096632f0..d8c8cc0786 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -48,8 +48,8 @@ SUBDIRS-$(CONFIG_TESTS) += tests
# These don't cross-compile
ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))
-SUBDIRS-$(PYTHON_TOOLS) += python
-SUBDIRS-$(PYTHON_TOOLS) += pygrub
+SUBDIRS-y += python
+SUBDIRS-y += pygrub
SUBDIRS-$(OCAML_TOOLS) += ocaml
endif