5 lines
143 B
Python
5 lines
143 B
Python
ifeq ($(CONFIG_LIBTRACEEVENT),y)
|
|
perf-$(CONFIG_LIBPERL) += perl/Perf-Trace-Util/
|
|
endif
|
|
perf-$(CONFIG_LIBPYTHON) += python/Perf-Trace-Util/
|