Files
Andrea Righi 48357b9b6d UBUNTU: [Packaging] enable perf python module
BugLink: https://bugs.launchpad.net/bugs/2051560

The perf python module is required by some tools (e.g., tuned) and we
are not currently providing it.

Enable it to be able to support tools that require this module.

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
2024-05-01 15:54:19 +02:00

26 lines
692 B
Makefile

human_arch = RISC-V
build_arch = riscv
defconfig = defconfig
flavours = generic
build_image = Image
kernel_file = arch/$(build_arch)/boot/Image
install_file = vmlinuz
vdso = vdso_install
no_dumpfile = true
do_flavour_image_package = false
do_tools = false
do_tools_common = false
do_source_package = false
do_flavour_header_package = false
do_common_headers_indep = false
do_extras_package = false
do_tools_usbip = false
do_tools_cpupower = false
do_tools_perf = false
do_tools_perf_jvmti = false
do_tools_perf_python = false
do_tools_bpftool = false
do_dtbs = false