Deleted Added
full compact
files.pc98 (111305) files.pc98 (111684)
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 111305 2003-02-23 13:17:27Z nyan $
6# $FreeBSD: head/sys/conf/files.pc98 111684 2003-02-28 21:59:14Z ru $
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}" \

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

172i386/i386/exception.s standard
173i386/i386/i386-gdbstub.c optional ddb
174i386/i386/i686_mem.c standard
175i386/i386/identcpu.c standard
176i386/i386/in_cksum.c optional inet
177i386/i386/initcpu.c standard
178i386/i386/k6_mem.c standard
179i386/i386/legacy.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}" \

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

172i386/i386/exception.s standard
173i386/i386/i386-gdbstub.c optional ddb
174i386/i386/i686_mem.c standard
175i386/i386/identcpu.c standard
176i386/i386/in_cksum.c optional inet
177i386/i386/initcpu.c standard
178i386/i386/k6_mem.c standard
179i386/i386/legacy.c standard
180# locore.s needs to be handled in Makefile to put it first. Otherwise it's
181# now normal.
182# i386/i386/locore.s standard
180i386/i386/locore.s standard no-obj
183i386/i386/math_emulate.c optional math_emulate
184i386/i386/mem.c standard
185i386/i386/mp_clock.c optional smp
186i386/i386/mp_machdep.c optional smp
187i386/i386/mpapic.c optional smp
188i386/i386/mpboot.s optional smp
189i386/i386/nexus.c standard
190i386/i386/perfmon.c optional perfmon

--- 206 unchanged lines hidden ---
181i386/i386/math_emulate.c optional math_emulate
182i386/i386/mem.c standard
183i386/i386/mp_clock.c optional smp
184i386/i386/mp_machdep.c optional smp
185i386/i386/mpapic.c optional smp
186i386/i386/mpboot.s optional smp
187i386/i386/nexus.c standard
188i386/i386/perfmon.c optional perfmon

--- 206 unchanged lines hidden ---