|
@@ -16,7 +16,12 @@ OPROFILE_CONF_OPT = \
|
|
OPROFILE_AUTORECONF = YES
|
|
OPROFILE_AUTORECONF = YES
|
|
OPROFILE_BINARIES = utils/ophelp pp/opannotate pp/oparchive pp/opgprof
|
|
OPROFILE_BINARIES = utils/ophelp pp/opannotate pp/oparchive pp/opgprof
|
|
OPROFILE_BINARIES += pp/opreport opjitconv/opjitconv daemon/oprofiled
|
|
OPROFILE_BINARIES += pp/opreport opjitconv/opjitconv daemon/oprofiled
|
|
-OPROFILE_BINARIES += utils/op-check-perfevents pe_profiling/operf libabi/opimport
|
|
|
|
|
|
+OPROFILE_BINARIES += utils/op-check-perfevents libabi/opimport
|
|
|
|
+
|
|
|
|
+# No perf_events support in kernel for avr32
|
|
|
|
+ifneq ($(BR2_avr32),y)
|
|
|
|
+OPROFILE_BINARIES += pe_profiling/operf
|
|
|
|
+endif
|
|
|
|
|
|
ifeq ($(BR2_i386),y)
|
|
ifeq ($(BR2_i386),y)
|
|
OPROFILE_ARCH = i386
|
|
OPROFILE_ARCH = i386
|