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