Deleted Added
full compact
files.powerpc (184250) files.powerpc (184251)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# $FreeBSD: head/sys/conf/files.powerpc 184250 2008-10-25 06:03:40Z marcel $
4# $FreeBSD: head/sys/conf/files.powerpc 184251 2008-10-25 06:18:12Z marcel $
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10#
11
12font.h optional sc \

--- 10 unchanged lines hidden (view full) ---

23 compile-with "rm -f opt_ah.h; cp $S/contrib/dev/ath/public/powerpc-be-elf.opt_ah.h opt_ah.h" \
24 no-obj no-implicit-rule before-depend \
25 clean "opt_ah.h"
26#
27
28crypto/blowfish/bf_enc.c optional crypto | ipsec
29crypto/des/des_enc.c optional crypto | ipsec | netsmb
30dev/bm/if_bm.c optional bm powermac
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10#
11
12font.h optional sc \

--- 10 unchanged lines hidden (view full) ---

23 compile-with "rm -f opt_ah.h; cp $S/contrib/dev/ath/public/powerpc-be-elf.opt_ah.h opt_ah.h" \
24 no-obj no-implicit-rule before-depend \
25 clean "opt_ah.h"
26#
27
28crypto/blowfish/bf_enc.c optional crypto | ipsec
29crypto/des/des_enc.c optional crypto | ipsec | netsmb
30dev/bm/if_bm.c optional bm powermac
31dev/cfi/cfi_bus_lbc.c optional cfi
31dev/fb/fb.c optional sc
32dev/hwpmc/hwpmc_powerpc.c optional hwpmc
33dev/kbd/kbd.c optional sc
34dev/ofw/openfirm.c optional aim
35dev/ofw/openfirmio.c optional aim
36dev/ofw/ofw_bus_if.m optional aim
37dev/ofw/ofw_bus_subr.c optional aim
38dev/ofw/ofw_console.c optional aim

--- 116 unchanged lines hidden ---
32dev/fb/fb.c optional sc
33dev/hwpmc/hwpmc_powerpc.c optional hwpmc
34dev/kbd/kbd.c optional sc
35dev/ofw/openfirm.c optional aim
36dev/ofw/openfirmio.c optional aim
37dev/ofw/ofw_bus_if.m optional aim
38dev/ofw/ofw_bus_subr.c optional aim
39dev/ofw/ofw_console.c optional aim

--- 116 unchanged lines hidden ---