/usr/src/linux-source-3.13.0/debian.master/rules.d/amd64.mk is in linux-source-3.13.0 3.13.0-27.50.
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 | human_arch = 64 bit x86
build_arch = x86_64
header_arch = $(build_arch)
defconfig = defconfig
flavours = generic lowlatency
build_image = bzImage
kernel_file = arch/$(build_arch)/boot/bzImage
install_file = vmlinuz
loader = grub
no_dumpfile = true
uefi_signed = true
do_tools_cpupower = true
do_tools_perf = true
do_tools_x86 = true
do_tools_hyperv = true
do_extras_package = true
|