21 lines
419 B
Makefile
21 lines
419 B
Makefile
human_arch = ARMv8
|
|
build_arch = arm64
|
|
defconfig = defconfig
|
|
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_bpftool = true
|
|
|
|
do_dtbs = true
|
|
flavours = lowlatency lowlatency-64k
|