Deleted Added
full compact
files.powerpc (278495) files.powerpc (280772)
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 278495 2015-02-10 06:35:16Z rpaulo $
4# $FreeBSD: head/sys/conf/files.powerpc 280772 2015-03-27 23:10:15Z ian $
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 \

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

24dev/adb/adb_kbd.c optional adb
25dev/adb/adb_mouse.c optional adb
26dev/adb/adb_hb_if.m optional adb
27dev/adb/adb_if.m optional adb
28dev/adb/adb_buttons.c optional adb
29dev/agp/agp_apple.c optional agp powermac
30dev/fb/fb.c optional sc
31dev/fdt/fdt_powerpc.c optional fdt
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 \

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

24dev/adb/adb_kbd.c optional adb
25dev/adb/adb_mouse.c optional adb
26dev/adb/adb_hb_if.m optional adb
27dev/adb/adb_if.m optional adb
28dev/adb/adb_buttons.c optional adb
29dev/agp/agp_apple.c optional agp powermac
30dev/fb/fb.c optional sc
31dev/fdt/fdt_powerpc.c optional fdt
32# ofwbus depends on simplebus.
33dev/fdt/simplebus.c optional aim | fdt
32dev/hwpmc/hwpmc_powerpc.c optional hwpmc
33dev/hwpmc/hwpmc_mpc7xxx.c optional hwpmc
34dev/hwpmc/hwpmc_ppc970.c optional hwpmc
35dev/iicbus/ad7417.c optional ad7417 powermac
36dev/iicbus/adm1030.c optional powermac windtunnel | adm1030 powermac
37dev/iicbus/adt746x.c optional adt746x powermac
38dev/iicbus/ds1631.c optional ds1631 powermac
39dev/iicbus/ds1775.c optional ds1775 powermac

--- 205 unchanged lines hidden ---
34dev/hwpmc/hwpmc_powerpc.c optional hwpmc
35dev/hwpmc/hwpmc_mpc7xxx.c optional hwpmc
36dev/hwpmc/hwpmc_ppc970.c optional hwpmc
37dev/iicbus/ad7417.c optional ad7417 powermac
38dev/iicbus/adm1030.c optional powermac windtunnel | adm1030 powermac
39dev/iicbus/adt746x.c optional adt746x powermac
40dev/iicbus/ds1631.c optional ds1631 powermac
41dev/iicbus/ds1775.c optional ds1775 powermac

--- 205 unchanged lines hidden ---