Deleted Added
sdiff udiff text old ( 116822 ) new ( 117870 )
full compact
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 117870 2003-07-22 08:11:17Z 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:N-fno-common} -c ${.IMPSRC}" \

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

128dev/syscons/scterm.c optional sc
129dev/syscons/scterm-dumb.c optional sc
130dev/syscons/scvidctl.c optional sc
131dev/syscons/sysmouse.c optional sc
132geom/geom_bsd.c standard
133geom/geom_bsd_enc.c standard
134geom/geom_pc98.c standard
135geom/geom_pc98_enc.c standard
136i386/bios/apm.c optional apm
137i386/i386/atomic.c standard \
138 compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
139i386/i386/autoconf.c standard
140i386/i386/bios.c standard
141i386/i386/bioscall.s standard
142i386/i386/busdma_machdep.c standard
143i386/i386/critical.c standard

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

150i386/i386/i386-gdbstub.c optional ddb
151i386/i386/i686_mem.c standard
152i386/i386/identcpu.c standard
153i386/i386/in_cksum.c optional inet
154i386/i386/initcpu.c standard
155i386/i386/k6_mem.c standard
156i386/i386/legacy.c standard
157i386/i386/locore.s standard no-obj
158i386/i386/mem.c standard
159i386/i386/mp_clock.c optional smp
160i386/i386/mp_machdep.c optional smp
161i386/i386/mpapic.c optional smp
162i386/i386/mpboot.s optional smp
163i386/i386/nexus.c standard
164i386/i386/perfmon.c optional perfmon
165i386/i386/perfmon.c optional perfmon profiling-routine

--- 203 unchanged lines hidden ---