Deleted Added
full compact
files.i386 (93116) files.i386 (93264)
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 93116 2002-03-25 03:27:09Z obrien $
4# $FreeBSD: head/sys/conf/files.i386 93264 2002-03-27 05:39:23Z dillon $
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}" \

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

194#
195i386/apm/apm.c optional apm
196i386/i386/atomic.c standard \
197 compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
198i386/i386/autoconf.c standard
199i386/i386/bios.c standard
200i386/i386/bioscall.s standard
201i386/i386/busdma_machdep.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}" \

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

194#
195i386/apm/apm.c optional apm
196i386/i386/atomic.c standard \
197 compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
198i386/i386/autoconf.c standard
199i386/i386/bios.c standard
200i386/i386/bioscall.s standard
201i386/i386/busdma_machdep.c standard
202i386/i386/critical.c standard
202i386/i386/db_disasm.c optional ddb
203i386/i386/db_interface.c optional ddb
204i386/i386/db_trace.c optional ddb
205i386/i386/elf_machdep.c standard
206i386/i386/exception.s standard
207i386/i386/i386-gdbstub.c optional ddb
208i386/i386/i686_mem.c standard
209i386/i386/identcpu.c standard

--- 216 unchanged lines hidden ---
203i386/i386/db_disasm.c optional ddb
204i386/i386/db_interface.c optional ddb
205i386/i386/db_trace.c optional ddb
206i386/i386/elf_machdep.c standard
207i386/i386/exception.s standard
208i386/i386/i386-gdbstub.c optional ddb
209i386/i386/i686_mem.c standard
210i386/i386/identcpu.c standard

--- 216 unchanged lines hidden ---