This file is indexed.

/usr/src/linux-source-3.13.0/debian.master/rules.d/powerpc.mk is in linux-source-3.13.0 3.13.0-100.147.

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
20
21
22
23
24
25
26
27
28
29
human_arch	= PowerPC (32 bit userspace)
build_arch	= powerpc
header_arch	= $(build_arch)
defconfig	= pmac32_defconfig
flavours	= powerpc-smp powerpc64-smp powerpc-e500 powerpc-e500mc powerpc64-emb
build_image	= zImage
kernel_file	= $(shell if [ ! -f $(builddir)/build-$*/vmlinux.strip ] && \
		    [ -f $(builddir)/build-$*/vmlinux.strip.gz ]; then \
			gunzip -c $(builddir)/build-$*/vmlinux.strip.gz \
			> $(builddir)/build-$*/vmlinux.strip; \
		    fi && echo vmlinux.strip)
install_file	= vmlinux

# These flavours differ
build_image_powerpc-e500mc	= uImage
kernel_file_powerpc-e500mc	= arch/powerpc/boot/uImage

build_image_powerpc-e500	= uImage
kernel_file_powerpc-e500	= arch/powerpc/boot/uImage

loader		= yaboot

custom_flavours	=

no_dumpfile		= true
do_tools_cpupower	= true
do_tools_perf		= true

family			= ubuntu