/usr/src/linux-source-4.4.0/debian.master/rules.d/armhf.mk is in linux-source-4.4.0 4.4.0-38.57.
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 | human_arch = ARM (hard float)
build_arch = arm
header_arch = arm
defconfig = defconfig
flavours = generic generic-lpae
build_image = zImage
kernel_file = arch/$(build_arch)/boot/zImage
install_file = vmlinuz
no_dumpfile = true
loader = grub
do_tools_usbip = true
do_tools_cpupower = true
do_tools_perf = true
do_dtbs = true
|