Deleted Added
full compact
files.pc98 (218616) files.pc98 (220885)
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/PC-9821
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/PC-9821
5#
6# $FreeBSD: head/sys/conf/files.pc98 218616 2011-02-12 18:17:12Z dchagin $
6# $FreeBSD: head/sys/conf/files.pc98 220885 2011-04-20 12:58:30Z bz $
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}" \

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

137i386/i386/db_disasm.c optional ddb
138i386/i386/db_interface.c optional ddb
139i386/i386/db_trace.c optional ddb
140i386/i386/elf_machdep.c standard
141i386/i386/exception.s standard
142i386/i386/gdb_machdep.c optional gdb
143i386/i386/i686_mem.c optional mem
144i386/i386/identcpu.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}" \

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

137i386/i386/db_disasm.c optional ddb
138i386/i386/db_interface.c optional ddb
139i386/i386/db_trace.c optional ddb
140i386/i386/elf_machdep.c standard
141i386/i386/exception.s standard
142i386/i386/gdb_machdep.c optional gdb
143i386/i386/i686_mem.c optional mem
144i386/i386/identcpu.c standard
145i386/i386/in_cksum.c optional inet
145i386/i386/in_cksum.c optional inet | inet6
146i386/i386/initcpu.c standard
147i386/i386/intr_machdep.c standard
148i386/i386/io.c optional io
149i386/i386/k6_mem.c optional mem
150i386/i386/legacy.c standard
151i386/i386/locore.s standard no-obj
152i386/i386/mem.c optional mem
153i386/i386/minidump_machdep.c standard

--- 108 unchanged lines hidden ---
146i386/i386/initcpu.c standard
147i386/i386/intr_machdep.c standard
148i386/i386/io.c optional io
149i386/i386/k6_mem.c optional mem
150i386/i386/legacy.c standard
151i386/i386/locore.s standard no-obj
152i386/i386/mem.c optional mem
153i386/i386/minidump_machdep.c standard

--- 108 unchanged lines hidden ---