]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
Makefile: Fix oprofile compile issues
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 26 Jun 2012 14:04:28 +0000 (10:04 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 26 Jun 2012 14:04:28 +0000 (10:04 -0400)
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
root_image/Makefile

index bb6b0b89298cc1e637b1c90f3a488572e68fc22b..faf84f904f459fbebd98918c537c8bc805f5e104 100644 (file)
@@ -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