/usr/src/linux-source-4.4.0/debian.master/rules.d/arm64.mk is in linux-source-4.4.0 4.4.0-93.116.
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 = ARMv8
build_arch = arm64
header_arch = arm64
defconfig = defconfig
flavours = generic
build_image = Image
kernel_file = arch/$(build_arch)/boot/Image
install_file = vmlinuz
no_dumpfile = true
loader = grub
vdso = vdso_install
do_tools_usbip = true
do_tools_cpupower = true
do_tools_perf = true
do_dtbs = true
do_zfs = true
|