Deleted Added
full compact
files.i386 (128814) files.i386 (128928)
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 128814 2004-05-02 05:21:29Z bde $
4# $FreeBSD: head/sys/conf/files.i386 128928 2004-05-04 20:07:46Z 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}" \

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

262i386/ibcs2/ibcs2_sysvec.c optional ibcs2
263i386/ibcs2/ibcs2_util.c optional ibcs2
264i386/ibcs2/ibcs2_xenix.c optional ibcs2
265i386/ibcs2/ibcs2_xenix_sysent.c optional ibcs2
266i386/ibcs2/imgact_coff.c optional ibcs2
267i386/isa/atpic.c standard
268i386/isa/atpic_vector.s standard
269i386/isa/clock.c standard
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}" \

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

262i386/ibcs2/ibcs2_sysvec.c optional ibcs2
263i386/ibcs2/ibcs2_util.c optional ibcs2
264i386/ibcs2/ibcs2_xenix.c optional ibcs2
265i386/ibcs2/ibcs2_xenix_sysent.c optional ibcs2
266i386/ibcs2/imgact_coff.c optional ibcs2
267i386/isa/atpic.c standard
268i386/isa/atpic_vector.s standard
269i386/isa/clock.c standard
270i386/isa/elcr.c standard
270i386/isa/elink.c optional ep
271i386/isa/elink.c optional ie
272i386/isa/if_el.c count el
273i386/isa/isa.c optional isa
274i386/isa/isa_dma.c optional isa
275i386/isa/mse.c optional mse
276i386/isa/nmi.c standard
277i386/isa/npx.c optional npx

--- 137 unchanged lines hidden ---
271i386/isa/elink.c optional ep
272i386/isa/elink.c optional ie
273i386/isa/if_el.c count el
274i386/isa/isa.c optional isa
275i386/isa/isa_dma.c optional isa
276i386/isa/mse.c optional mse
277i386/isa/nmi.c standard
278i386/isa/npx.c optional npx

--- 137 unchanged lines hidden ---