3a8a3b4039
BugLink: https://bugs.launchpad.net/bugs/2050083 armhf does not have working BTF for now, so create an empty header file like Debian does for now, to be dropped once that issue is fixed. Follow-up for aefbe1e1a9a1d3ed84bceac7e9739a92e1345f58 Signed-off-by: Luca Boccassi <bluca@debian.org> [ add do_tools_bpftool_stub to avoid hardcoding the arch in rules ] Signed-off-by: Timo Aaltonen <timo.aaltonen@canonical.com> (cherry-picked from commit 0c32444afa9bd036e66cbc8c05dbd8df8388bc6f oracular:linux) Signed-off-by: Mehmet Basaran <mehmet.basaran@canonical.com>
20 lines
412 B
Makefile
20 lines
412 B
Makefile
human_arch = ARM (hard float)
|
|
build_arch = arm
|
|
defconfig = defconfig
|
|
flavours = generic
|
|
build_image = zImage
|
|
kernel_file = arch/$(build_arch)/boot/zImage
|
|
install_file = vmlinuz
|
|
no_dumpfile = true
|
|
|
|
do_tools_usbip = true
|
|
do_tools_cpupower = true
|
|
do_tools_perf = true
|
|
do_tools_perf_jvmti = true
|
|
do_tools_perf_python = true
|
|
do_tools_bpftool = true
|
|
do_tools_bpftool_stub = true
|
|
do_tools_rtla = true
|
|
|
|
do_dtbs = true
|