Deleted Added
full compact
files.i386 (71241) files.i386 (71262)
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 71241 2001-01-19 09:59:56Z peter $
4# $FreeBSD: head/sys/conf/files.i386 71262 2001-01-19 14:09:54Z peter $
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} -c ${.IMPSRC}" \

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

142gnu/i386/fpemul/reg_norm.s optional gpl_math_emulate
143gnu/i386/fpemul/reg_round.s optional gpl_math_emulate
144gnu/i386/fpemul/reg_u_add.s optional gpl_math_emulate
145gnu/i386/fpemul/reg_u_div.s optional gpl_math_emulate
146gnu/i386/fpemul/reg_u_mul.s optional gpl_math_emulate
147gnu/i386/fpemul/reg_u_sub.s optional gpl_math_emulate
148gnu/i386/fpemul/wm_shrx.s optional gpl_math_emulate
149gnu/i386/fpemul/wm_sqrt.s optional gpl_math_emulate
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} -c ${.IMPSRC}" \

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

142gnu/i386/fpemul/reg_norm.s optional gpl_math_emulate
143gnu/i386/fpemul/reg_round.s optional gpl_math_emulate
144gnu/i386/fpemul/reg_u_add.s optional gpl_math_emulate
145gnu/i386/fpemul/reg_u_div.s optional gpl_math_emulate
146gnu/i386/fpemul/reg_u_mul.s optional gpl_math_emulate
147gnu/i386/fpemul/reg_u_sub.s optional gpl_math_emulate
148gnu/i386/fpemul/wm_shrx.s optional gpl_math_emulate
149gnu/i386/fpemul/wm_sqrt.s optional gpl_math_emulate
150i386/apm/apm.c count apm
150i386/apm/apm.c optional apm
151i386/i386/atomic.c standard \
152 compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
153i386/i386/autoconf.c standard
154i386/i386/bios.c standard
155i386/i386/bioscall.s standard
156i386/i386/busdma_machdep.c standard
157i386/i386/db_disasm.c optional ddb
158i386/i386/db_interface.c optional ddb

--- 211 unchanged lines hidden ---
151i386/i386/atomic.c standard \
152 compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
153i386/i386/autoconf.c standard
154i386/i386/bios.c standard
155i386/i386/bioscall.s standard
156i386/i386/busdma_machdep.c standard
157i386/i386/db_disasm.c optional ddb
158i386/i386/db_interface.c optional ddb

--- 211 unchanged lines hidden ---