Deleted Added
sdiff udiff text old ( 128814 ) new ( 128928 )
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 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
270i386/isa/elcr.c standard
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 ---