Deleted Added
full compact
files.powerpc (213904) files.powerpc (214603)
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 213904 2010-10-15 20:08:16Z andreast $
4# $FreeBSD: head/sys/conf/files.powerpc 214603 2010-10-31 18:27:05Z nwhitehorn $
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 \

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

17crypto/blowfish/bf_enc.c optional crypto | ipsec
18crypto/des/des_enc.c optional crypto | ipsec | netsmb
19dev/bm/if_bm.c optional bm powermac
20dev/adb/adb_bus.c optional adb
21dev/adb/adb_kbd.c optional adb
22dev/adb/adb_mouse.c optional adb
23dev/adb/adb_hb_if.m optional adb
24dev/adb/adb_if.m optional adb
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 \

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

17crypto/blowfish/bf_enc.c optional crypto | ipsec
18crypto/des/des_enc.c optional crypto | ipsec | netsmb
19dev/bm/if_bm.c optional bm powermac
20dev/adb/adb_bus.c optional adb
21dev/adb/adb_kbd.c optional adb
22dev/adb/adb_mouse.c optional adb
23dev/adb/adb_hb_if.m optional adb
24dev/adb/adb_if.m optional adb
25dev/agp/agp_apple.c optional agp powermac
25dev/cfi/cfi_bus_fdt.c optional cfi fdt
26dev/fb/fb.c optional sc
27dev/fdt/fdt_powerpc.c optional fdt
28dev/hwpmc/hwpmc_powerpc.c optional hwpmc
29dev/iicbus/ds1775.c optional ds1775 powermac
30dev/iicbus/max6690.c optional max6690 powermac
31dev/kbd/kbd.c optional sc
32dev/mem/memutil.c optional mem

--- 174 unchanged lines hidden ---
26dev/cfi/cfi_bus_fdt.c optional cfi fdt
27dev/fb/fb.c optional sc
28dev/fdt/fdt_powerpc.c optional fdt
29dev/hwpmc/hwpmc_powerpc.c optional hwpmc
30dev/iicbus/ds1775.c optional ds1775 powermac
31dev/iicbus/max6690.c optional max6690 powermac
32dev/kbd/kbd.c optional sc
33dev/mem/memutil.c optional mem

--- 174 unchanged lines hidden ---