19 lines
453 B
Makefile
19 lines
453 B
Makefile
build_arch = powerpc
|
|
defconfig = pseries_le_defconfig
|
|
flavours = generic
|
|
build_image = vmlinux.strip
|
|
kernel_file = arch/powerpc/boot/vmlinux.strip
|
|
install_file = vmlinux
|
|
no_dumpfile = true
|
|
opal_signed = false
|
|
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_flavour_image_package = false
|
|
do_extras_package = true
|