/usr/src/linux-source-4.4.0/debian.master/rules.d/powerpc.mk is in linux-source-4.4.0 4.4.0-134.160.
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 30 31 32 33 34 35 36 37 38 39 | human_arch = PowerPC (32 bit userspace)
build_arch = powerpc
header_arch = $(build_arch)
defconfig = pmac32_defconfig
flavours = powerpc-smp powerpc64-smp 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_powerpc64-emb = uImage
kernel_file_powerpc64-emb = arch/powerpc/boot/uImage
loader = yaboot
vdso = vdso_install
custom_flavours =
no_dumpfile = true
do_tools_usbip = true
do_tools_cpupower = true
do_tools_perf = true
# Default to true and disable to ensure that the crossbuild
# override still has priority.
do_zfs = true
do_zfs_powerpc-smp = false
# do_zfs_powerpc64-smp = true
do_zfs_powerpc-e500mc = false
do_zfs_powerpc64-emb = false
family = ubuntu
|