Deleted Added
full compact
files.pc98 (71241) files.pc98 (71262)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# modified for PC-9801
5#
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# modified for PC-9801
5#
6# $FreeBSD: head/sys/conf/files.pc98 71241 2001-01-19 09:59:56Z peter $
6# $FreeBSD: head/sys/conf/files.pc98 71262 2001-01-19 14:09:54Z peter $
7#
8# The long compile-with and dependency lines are required because of
9# limitations in config: backslash-newline doesn't work in strings, and
10# dependency lines other than the first are silently ignored.
11#
12linux_genassym.o optional compat_linux \
13 dependency "$S/i386/linux/linux_genassym.c" \
14 compile-with "${CC} ${CFLAGS} -c ${.IMPSRC}" \

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

135gnu/i386/fpemul/reg_norm.s optional gpl_math_emulate
136gnu/i386/fpemul/reg_round.s optional gpl_math_emulate
137gnu/i386/fpemul/reg_u_add.s optional gpl_math_emulate
138gnu/i386/fpemul/reg_u_div.s optional gpl_math_emulate
139gnu/i386/fpemul/reg_u_mul.s optional gpl_math_emulate
140gnu/i386/fpemul/reg_u_sub.s optional gpl_math_emulate
141gnu/i386/fpemul/wm_shrx.s optional gpl_math_emulate
142gnu/i386/fpemul/wm_sqrt.s optional gpl_math_emulate
7#
8# The long compile-with and dependency lines are required because of
9# limitations in config: backslash-newline doesn't work in strings, and
10# dependency lines other than the first are silently ignored.
11#
12linux_genassym.o optional compat_linux \
13 dependency "$S/i386/linux/linux_genassym.c" \
14 compile-with "${CC} ${CFLAGS} -c ${.IMPSRC}" \

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

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

--- 225 unchanged lines hidden ---
144i386/i386/atomic.c standard \
145 compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
146i386/i386/autoconf.c standard
147i386/i386/bios.c standard
148i386/i386/bioscall.s standard
149i386/i386/busdma_machdep.c standard
150i386/i386/db_disasm.c optional ddb
151i386/i386/db_interface.c optional ddb

--- 225 unchanged lines hidden ---