]> xenbits.xensource.com Git - xentesttools/bootstrap.git/commitdiff
Makefile: Provide appropiate binary for oprofile.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 5 Sep 2012 17:47:57 +0000 (13:47 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 5 Sep 2012 17:47:57 +0000 (13:47 -0400)
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
root_image/Makefile

index ca69bcb356626c082486f4c562b8db1195971056..988c176d6bc78005476a9b8eeb367eb236480907 100644 (file)
@@ -842,6 +842,7 @@ oprofile-install:
        mkdir -p $(CURDIR)/userspace/usr/share/oprofile
        cp -rdf oprofile/events/i386    $(CURDIR)/userspace/usr/share/oprofile
        cp -rdf oprofile/events/x86-64  $(CURDIR)/userspace/usr/share/oprofile
+       $(call RPM_TO_USERSPACE,./usr/bin/objdump,$(RPM_DIR)/binutils)
 ifeq ($(RPM_ARCH), x86_64)
        $(call RPM_TO_USERSPACE,./usr/lib64/libopcodes*,$(RPM_DIR)/binutils)
 else