Deleted Added
full compact
files.pc98 (93138) files.pc98 (93264)
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 93138 2002-03-25 13:03:14Z nyan $
6# $FreeBSD: head/sys/conf/files.pc98 93264 2002-03-27 05:39:23Z dillon $
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:N-fno-common} -c ${.IMPSRC}" \

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

178gnu/i386/fpemul/wm_shrx.s optional gpl_math_emulate
179gnu/i386/fpemul/wm_sqrt.s optional gpl_math_emulate
180i386/i386/atomic.c standard \
181 compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
182i386/i386/autoconf.c standard
183i386/i386/bios.c standard
184i386/i386/bioscall.s standard
185i386/i386/busdma_machdep.c standard
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:N-fno-common} -c ${.IMPSRC}" \

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

178gnu/i386/fpemul/wm_shrx.s optional gpl_math_emulate
179gnu/i386/fpemul/wm_sqrt.s optional gpl_math_emulate
180i386/i386/atomic.c standard \
181 compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
182i386/i386/autoconf.c standard
183i386/i386/bios.c standard
184i386/i386/bioscall.s standard
185i386/i386/busdma_machdep.c standard
186i386/i386/critical.c standard
186i386/i386/db_disasm.c optional ddb
187i386/i386/db_interface.c optional ddb
188i386/i386/db_trace.c optional ddb
189i386/i386/elf_machdep.c standard
190i386/i386/exception.s standard
191i386/i386/i386-gdbstub.c optional ddb
192i386/i386/i686_mem.c standard
193i386/i386/identcpu.c standard

--- 237 unchanged lines hidden ---
187i386/i386/db_disasm.c optional ddb
188i386/i386/db_interface.c optional ddb
189i386/i386/db_trace.c optional ddb
190i386/i386/elf_machdep.c standard
191i386/i386/exception.s standard
192i386/i386/i386-gdbstub.c optional ddb
193i386/i386/i686_mem.c standard
194i386/i386/identcpu.c standard

--- 237 unchanged lines hidden ---