23 lines
523 B
Makefile
23 lines
523 B
Makefile
human_arch = 64 bit x86
|
|
build_arch = x86
|
|
defconfig = defconfig
|
|
flavours = generic
|
|
build_image = bzImage
|
|
kernel_file = arch/$(build_arch)/boot/bzImage
|
|
install_file = vmlinuz
|
|
vdso = vdso_install
|
|
no_dumpfile = true
|
|
uefi_signed = 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_x86 = true
|
|
do_tools_hyperv = true
|
|
do_tools_rtla = false
|
|
do_extras_package = true
|
|
do_tools_acpidbg = true
|
|
do_lib_rust = true
|