mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
oprofile: cleanup the style of the OPROFILE_BINARIES definition
There is no need to repeat OPROFILE_BINARIES += many times to add more values to the variable. Just define it once with all the values, as we do everywhere else in Buildroot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
2fbcee2fd1
commit
36e6053a23
@ -12,10 +12,12 @@ OPROFILE_CONF_OPTS = \
|
|||||||
--disable-account-check \
|
--disable-account-check \
|
||||||
--enable-gui=no \
|
--enable-gui=no \
|
||||||
--with-kernel=$(STAGING_DIR)/usr
|
--with-kernel=$(STAGING_DIR)/usr
|
||||||
OPROFILE_BINARIES = utils/ophelp pp/opannotate pp/oparchive pp/opgprof
|
|
||||||
OPROFILE_BINARIES += pp/opreport opjitconv/opjitconv
|
OPROFILE_BINARIES = \
|
||||||
OPROFILE_BINARIES += utils/op-check-perfevents libabi/opimport
|
utils/ophelp pp/opannotate pp/oparchive pp/opgprof \
|
||||||
OPROFILE_BINARIES += pe_counting/ocount
|
pp/opreport opjitconv/opjitconv \
|
||||||
|
utils/op-check-perfevents libabi/opimport \
|
||||||
|
pe_counting/ocount
|
||||||
|
|
||||||
# No perf_events support in kernel for avr32
|
# No perf_events support in kernel for avr32
|
||||||
ifneq ($(BR2_avr32),y)
|
ifneq ($(BR2_avr32),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user