Deleted Added
full compact
files.i386 (181812) files.i386 (182081)
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 181812 2008-08-17 23:44:09Z kmacy $
4# $FreeBSD: head/sys/conf/files.i386 182081 2008-08-23 21:00:40Z jhb $
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}" \

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

324i386/ibcs2/ibcs2_util.c optional ibcs2
325i386/ibcs2/ibcs2_xenix.c optional ibcs2
326i386/ibcs2/ibcs2_xenix_sysent.c optional ibcs2
327i386/ibcs2/imgact_coff.c optional ibcs2
328i386/isa/atpic.c optional atpic
329#i386/isa/atpic_vector.s standard
330i386/isa/clock.c optional native
331i386/xen/clock.c optional xen
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}" \

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

324i386/ibcs2/ibcs2_util.c optional ibcs2
325i386/ibcs2/ibcs2_xenix.c optional ibcs2
326i386/ibcs2/ibcs2_xenix_sysent.c optional ibcs2
327i386/ibcs2/imgact_coff.c optional ibcs2
328i386/isa/atpic.c optional atpic
329#i386/isa/atpic_vector.s standard
330i386/isa/clock.c optional native
331i386/xen/clock.c optional xen
332i386/isa/dpms.c optional dpms
332i386/isa/elcr.c standard
333i386/isa/elink.c optional ep | ie
334i386/isa/isa.c optional isa
335i386/isa/isa_dma.c optional isa
336i386/isa/nmi.c standard
337i386/isa/npx.c optional npx
338i386/isa/pmtimer.c optional pmtimer
339i386/isa/prof_machdep.c optional profiling-routine

--- 38 unchanged lines hidden ---
333i386/isa/elcr.c standard
334i386/isa/elink.c optional ep | ie
335i386/isa/isa.c optional isa
336i386/isa/isa_dma.c optional isa
337i386/isa/nmi.c standard
338i386/isa/npx.c optional npx
339i386/isa/pmtimer.c optional pmtimer
340i386/isa/prof_machdep.c optional profiling-routine

--- 38 unchanged lines hidden ---