Deleted Added
full compact
files.pc98 (152863) files.pc98 (153166)
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 152863 2005-11-27 21:52:30Z ru $
6# $FreeBSD: head/sys/conf/files.pc98 153166 2005-12-06 12:26:24Z nyan $
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}" \

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

131geom/geom_pc98_enc.c standard
132i386/bios/apm.c optional apm
133#i386/i386/apic_vector.s optional apic
134i386/i386/atomic.c standard \
135 compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
136i386/i386/autoconf.c standard
137i386/i386/bios.c standard
138i386/i386/bioscall.s 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}" \

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

131geom/geom_pc98_enc.c standard
132i386/bios/apm.c optional apm
133#i386/i386/apic_vector.s optional apic
134i386/i386/atomic.c standard \
135 compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
136i386/i386/autoconf.c standard
137i386/i386/bios.c standard
138i386/i386/bioscall.s standard
139i386/i386/bpf_jit_machdep.c optional bpf bpf_jitter
139i386/i386/busdma_machdep.c standard
140i386/i386/db_disasm.c optional ddb
141i386/i386/db_interface.c optional ddb
142i386/i386/db_trace.c optional ddb
143i386/i386/dump_machdep.c standard
144i386/i386/elf_machdep.c standard
145i386/i386/exception.s standard
146i386/i386/gdb_machdep.c optional gdb

--- 190 unchanged lines hidden ---
140i386/i386/busdma_machdep.c standard
141i386/i386/db_disasm.c optional ddb
142i386/i386/db_interface.c optional ddb
143i386/i386/db_trace.c optional ddb
144i386/i386/dump_machdep.c standard
145i386/i386/elf_machdep.c standard
146i386/i386/exception.s standard
147i386/i386/gdb_machdep.c optional gdb

--- 190 unchanged lines hidden ---