Deleted Added
sdiff udiff text old ( 141524 ) new ( 141586 )
full compact
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.i386 141524 2005-02-08 17:23:25Z wpaul $
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#
10linux_genassym.o optional compat_linux \
11 dependency "$S/i386/linux/linux_genassym.c" \
12 compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \

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

138dev/cp/cpddk.c optional cp
139dev/cp/if_cp.c optional cp
140dev/ctau/ctau.c optional ctau
141dev/ctau/ctddk.c optional ctau
142dev/ctau/if_ct.c optional ctau
143dev/cx/csigma.c optional cx
144dev/cx/cxddk.c optional cx
145dev/cx/if_cx.c optional cx
146dev/ed/if_ed_isa.c optional ed isa
147dev/fb/fb.c optional fb
148dev/fb/fb.c optional vga
149dev/fb/splash.c optional splash
150dev/fb/vga.c optional vga
151dev/fdc/fdc.c optional fdc
152dev/fdc/fdc_acpi.c optional fdc
153dev/fdc/fdc_isa.c optional fdc isa
154dev/fdc/fdc_pccard.c optional fdc pccard

--- 282 unchanged lines hidden ---