From: Konrad Rzeszutek Wilk Date: Tue, 26 Jun 2012 14:04:28 +0000 (-0400) Subject: Makefile: Fix oprofile compile issues X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=6981593663b44d54974bbccb538de5ee83d430ba;p=xentesttools%2Fbootstrap.git Makefile: Fix oprofile compile issues Signed-off-by: Konrad Rzeszutek Wilk --- diff --git a/root_image/Makefile b/root_image/Makefile index bb6b0b8..faf84f9 100644 --- a/root_image/Makefile +++ b/root_image/Makefile @@ -834,7 +834,7 @@ endif .PHONY: oprofile-install oprofile-install: - if ! [ -e oprofile/config.h ]; then (cd oprofile; ./autogen.sh;./configure --prefix=/usr --with-kenrel-support); fi + if ! [ -e oprofile/config.h ]; then (cd oprofile; ./autogen.sh;./configure --prefix=/usr --with-kernel-support --with-linux=$(LINUX_DST) --enable-gui=no); fi $(MAKE) $(MFLAGS) -j$$(($(NCPUS) * 2)) -C oprofile $(MAKE) $(MFLAGS) -j$$(($(NCPUS) * 2)) -C oprofile prefix=$(CURDIR)/userspace install mkdir -p $(CURDIR)/userspace/usr/share/oprofile