From 2ff3087e1ae457544da46efb19215a1f6afadce9 Mon Sep 17 00:00:00 2001 From: Konrad Rzeszutek Wilk Date: Mon, 11 Mar 2013 15:50:20 -0400 Subject: [PATCH] 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 --- root_image/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5