From: Konrad Rzeszutek Wilk Date: Mon, 11 Mar 2013 19:50:20 +0000 (-0400) Subject: Makefile: perf: v3.9 of Linux does NUMA. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2ff3087e1ae457544da46efb19215a1f6afadce9;p=xentesttools%2Fbootstrap.git Makefile: perf: v3.9 of Linux does NUMA. We don't have the libs for it so for right now disable it. Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/root_image/Makefile b/root_image/Makefile index 3c1cf53..9850e46 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -828,7 +828,7 @@ perf-depend: .PHONY: perf-install perf-install: perf-depend mkdir -p $(LINUX_DST)/tools - $(MAKE) -j$$(($(NCPUS) * 2)) $(MFLAGS) V=1 NO_GTK2=1 DESTDIR=$(shell pwd)/userspace/ -C $(LINUX_SRC)/tools O=$(LINUX_DST)/tools perf_install + NO_LIBNUMA=1 $(MAKE) -j$$(($(NCPUS) * 2)) $(MFLAGS) V=1 NO_GTK2=1 DESTDIR=$(shell pwd)/userspace/ -C $(LINUX_SRC)/tools O=$(LINUX_DST)/tools perf_install .PHONY: power-install power-install: power-depend