Deleted Added
full compact
files.i386 (105890) files.i386 (106449)
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.i386 105890 2002-10-24 19:05:04Z jhb $
4# $FreeBSD: head/sys/conf/files.i386 106449 2002-11-05 09:37:32Z mdodd $
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}" \

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

281i386/isa/pcvt/pcvt_drv.c optional vt
282i386/isa/pcvt/pcvt_ext.c optional vt
283i386/isa/pcvt/pcvt_kbd.c optional vt
284i386/isa/pcvt/pcvt_out.c optional vt
285i386/isa/pcvt/pcvt_sup.c optional vt
286i386/isa/pcvt/pcvt_vtf.c optional vt
287i386/isa/pmtimer.c optional pmtimer
288i386/isa/prof_machdep.c optional profiling-routine
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}" \

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

281i386/isa/pcvt/pcvt_drv.c optional vt
282i386/isa/pcvt/pcvt_ext.c optional vt
283i386/isa/pcvt/pcvt_kbd.c optional vt
284i386/isa/pcvt/pcvt_out.c optional vt
285i386/isa/pcvt/pcvt_sup.c optional vt
286i386/isa/pcvt/pcvt_vtf.c optional vt
287i386/isa/pmtimer.c optional pmtimer
288i386/isa/prof_machdep.c optional profiling-routine
289i386/isa/scd.c count scd nowerror
290i386/isa/spic.c optional spic
291i386/isa/spigot.c count spigot
292i386/isa/spkr.c optional speaker
293i386/isa/stallion.c optional stl nowerror
294i386/isa/tw.c count tw
295i386/isa/vesa.c optional vga vesa
296i386/isa/wt.c count wt
297i386/linux/imgact_linux.c optional compat_linux

--- 129 unchanged lines hidden ---
289i386/isa/spic.c optional spic
290i386/isa/spigot.c count spigot
291i386/isa/spkr.c optional speaker
292i386/isa/stallion.c optional stl nowerror
293i386/isa/tw.c count tw
294i386/isa/vesa.c optional vga vesa
295i386/isa/wt.c count wt
296i386/linux/imgact_linux.c optional compat_linux

--- 129 unchanged lines hidden ---