Deleted Added
full compact
files.i386 (66876) files.i386 (67352)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# $FreeBSD: head/sys/conf/files.i386 66876 2000-10-09 13:41:07Z hm $
4# $FreeBSD: head/sys/conf/files.i386 67352 2000-10-20 07:26:37Z jhb $
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10linux_genassym.o optional compat_linux \
11 dependency "$S/i386/linux/linux_genassym.c" \
12 compile-with "${CC} ${CFLAGS} -c ${.IMPSRC}" \

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

181i386/i386/perfmon.c optional perfmon
182i386/i386/perfmon.c optional perfmon profiling-routine
183i386/i386/pmap.c standard
184i386/i386/procfs_machdep.c standard
185i386/i386/simplelock.s optional smp
186i386/i386/support.s standard
187i386/i386/swtch.s standard
188i386/i386/sys_machdep.c standard
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10linux_genassym.o optional compat_linux \
11 dependency "$S/i386/linux/linux_genassym.c" \
12 compile-with "${CC} ${CFLAGS} -c ${.IMPSRC}" \

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

181i386/i386/perfmon.c optional perfmon
182i386/i386/perfmon.c optional perfmon profiling-routine
183i386/i386/pmap.c standard
184i386/i386/procfs_machdep.c standard
185i386/i386/simplelock.s optional smp
186i386/i386/support.s standard
187i386/i386/swtch.s standard
188i386/i386/sys_machdep.c standard
189i386/i386/synch_machdep.c standard
190i386/i386/trap.c standard
191i386/i386/userconfig.c optional userconfig
192i386/i386/vm86.c standard
193i386/i386/vm_machdep.c standard
194i386/ibcs2/ibcs2_errno.c optional ibcs2
195i386/ibcs2/ibcs2_fcntl.c optional ibcs2
196i386/ibcs2/ibcs2_ioctl.c optional ibcs2
197i386/ibcs2/ibcs2_ipc.c optional ibcs2

--- 163 unchanged lines hidden ---
189i386/i386/trap.c standard
190i386/i386/userconfig.c optional userconfig
191i386/i386/vm86.c standard
192i386/i386/vm_machdep.c standard
193i386/ibcs2/ibcs2_errno.c optional ibcs2
194i386/ibcs2/ibcs2_fcntl.c optional ibcs2
195i386/ibcs2/ibcs2_ioctl.c optional ibcs2
196i386/ibcs2/ibcs2_ipc.c optional ibcs2

--- 163 unchanged lines hidden ---