Deleted Added
full compact
files.pc98 (106001) files.pc98 (106449)
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 106001 2002-10-26 20:17:59Z phk $
6# $FreeBSD: head/sys/conf/files.pc98 106449 2002-11-05 09:37:32Z mdodd $
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}" \

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

250i386/isa/isa_compat.c optional isa compat_oldisa \
251 warning "Old ISA driver compatibility shims present."
252i386/isa/istallion.c optional stli nowerror
253i386/isa/loran.c optional loran
254i386/isa/npx.c optional npx
255i386/isa/pcf.c optional pcf
256i386/isa/pmtimer.c optional pmtimer
257i386/isa/prof_machdep.c optional profiling-routine
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}" \

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

250i386/isa/isa_compat.c optional isa compat_oldisa \
251 warning "Old ISA driver compatibility shims present."
252i386/isa/istallion.c optional stli nowerror
253i386/isa/loran.c optional loran
254i386/isa/npx.c optional npx
255i386/isa/pcf.c optional pcf
256i386/isa/pmtimer.c optional pmtimer
257i386/isa/prof_machdep.c optional profiling-routine
258i386/isa/scd.c count scd
259i386/isa/spigot.c count spigot
260i386/isa/stallion.c optional stl nowerror
261i386/isa/tw.c count tw
262i386/isa/wt.c count wt
263i386/linux/imgact_linux.c optional compat_linux
264i386/linux/linux_dummy.c optional compat_linux
265i386/linux/linux_locore.s optional compat_linux \
266 dependency "linux_assym.h"

--- 150 unchanged lines hidden ---
258i386/isa/spigot.c count spigot
259i386/isa/stallion.c optional stl nowerror
260i386/isa/tw.c count tw
261i386/isa/wt.c count wt
262i386/linux/imgact_linux.c optional compat_linux
263i386/linux/linux_dummy.c optional compat_linux
264i386/linux/linux_locore.s optional compat_linux \
265 dependency "linux_assym.h"

--- 150 unchanged lines hidden ---