Deleted Added
full compact
files.amd64 (178372) files.amd64 (181430)
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.amd64 178372 2008-04-21 10:09:55Z phk $
4# $FreeBSD: head/sys/conf/files.amd64 181430 2008-08-08 16:26:53Z stas $
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#
11linux32_genassym.o optional compat_linux32 \
12 dependency "$S/amd64/linux32/linux32_genassym.c" \

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

146dev/asmc/asmc.c optional asmc isa
147dev/atkbdc/atkbd.c optional atkbd atkbdc
148dev/atkbdc/atkbd_atkbdc.c optional atkbd atkbdc
149dev/atkbdc/atkbdc.c optional atkbdc
150dev/atkbdc/atkbdc_isa.c optional atkbdc isa
151dev/atkbdc/atkbdc_subr.c optional atkbdc
152dev/atkbdc/psm.c optional psm atkbdc
153dev/coretemp/coretemp.c optional coretemp
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#
11linux32_genassym.o optional compat_linux32 \
12 dependency "$S/amd64/linux32/linux32_genassym.c" \

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

146dev/asmc/asmc.c optional asmc isa
147dev/atkbdc/atkbd.c optional atkbd atkbdc
148dev/atkbdc/atkbd_atkbdc.c optional atkbd atkbdc
149dev/atkbdc/atkbdc.c optional atkbdc
150dev/atkbdc/atkbdc_isa.c optional atkbdc isa
151dev/atkbdc/atkbdc_subr.c optional atkbdc
152dev/atkbdc/psm.c optional psm atkbdc
153dev/coretemp/coretemp.c optional coretemp
154dev/cpuctl/cpuctl.c optional cpuctl
154# There are no systems with isa slots, so all ed isa entries should go..
155dev/ed/if_ed_3c503.c optional ed isa ed_3c503
156dev/ed/if_ed_isa.c optional ed isa
157dev/ed/if_ed_wd80x3.c optional ed isa
158dev/ed/if_ed_hpp.c optional ed isa ed_hpp
159dev/ed/if_ed_sic.c optional ed isa ed_sic
160dev/fb/fb.c optional fb | vga
161dev/fb/vga.c optional vga

--- 113 unchanged lines hidden ---
155# There are no systems with isa slots, so all ed isa entries should go..
156dev/ed/if_ed_3c503.c optional ed isa ed_3c503
157dev/ed/if_ed_isa.c optional ed isa
158dev/ed/if_ed_wd80x3.c optional ed isa
159dev/ed/if_ed_hpp.c optional ed isa ed_hpp
160dev/ed/if_ed_sic.c optional ed isa ed_sic
161dev/fb/fb.c optional fb | vga
162dev/fb/vga.c optional vga

--- 113 unchanged lines hidden ---