Deleted Added
full compact
files.i386 (111411) files.i386 (111684)
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 111411 2003-02-24 05:12:24Z obrien $
4# $FreeBSD: head/sys/conf/files.i386 111684 2003-02-28 21:59:14Z ru $
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}" \

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

206i386/i386/exception.s standard
207i386/i386/i386-gdbstub.c optional ddb
208i386/i386/i686_mem.c standard
209i386/i386/identcpu.c standard
210i386/i386/in_cksum.c optional inet
211i386/i386/initcpu.c standard
212i386/i386/k6_mem.c standard
213i386/i386/legacy.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}" \

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

206i386/i386/exception.s standard
207i386/i386/i386-gdbstub.c optional ddb
208i386/i386/i686_mem.c standard
209i386/i386/identcpu.c standard
210i386/i386/in_cksum.c optional inet
211i386/i386/initcpu.c standard
212i386/i386/k6_mem.c standard
213i386/i386/legacy.c standard
214# locore.s needs to be handled in Makefile to put it first. Otherwise it's
215# now normal.
216# i386/i386/locore.s standard
214i386/i386/locore.s standard no-obj
217i386/i386/machdep.c standard
218i386/i386/math_emulate.c optional math_emulate
219i386/i386/mem.c standard
220i386/i386/mp_clock.c optional smp
221i386/i386/mp_machdep.c optional smp
222i386/i386/mpapic.c optional smp
223i386/i386/mpboot.s optional smp
224i386/i386/nexus.c standard

--- 199 unchanged lines hidden ---
215i386/i386/machdep.c standard
216i386/i386/math_emulate.c optional math_emulate
217i386/i386/mem.c standard
218i386/i386/mp_clock.c optional smp
219i386/i386/mp_machdep.c optional smp
220i386/i386/mpapic.c optional smp
221i386/i386/mpboot.s optional smp
222i386/i386/nexus.c standard

--- 199 unchanged lines hidden ---