/usr/src/linux-source-4.4.0/debian.master/rules.d/s390x.mk is in linux-source-4.4.0 4.4.0-71.92.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | human_arch = System 390x
build_arch = s390
header_arch = $(build_arch)
defconfig = defconfig
flavours = generic
build_image = bzImage
kernel_file = arch/$(build_arch)/boot/bzImage
install_file = vmlinuz
vdso = vdso_install
no_dumpfile = true
do_extras_package = true
do_tools_usbip = true
do_tools_cpupower = true
do_tools_perf = true
do_zfs = true
|