fa1cbadd64
BugLink: https://bugs.launchpad.net/bugs/2059080 Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
23 lines
462 B
Makefile
23 lines
462 B
Makefile
human_arch = ARMv8
|
|
build_arch = arm64
|
|
defconfig = defconfig
|
|
flavours = generic generic-64k
|
|
build_image = Image.gz
|
|
kernel_file = arch/$(build_arch)/boot/Image.gz
|
|
install_file = vmlinuz
|
|
no_dumpfile = true
|
|
uefi_signed = true
|
|
|
|
vdso = vdso_install
|
|
|
|
do_extras_package = 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_rtla = true
|
|
|
|
do_dtbs = true
|