Deleted Added
full compact
files.i386 (218616) files.i386 (220885)
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 218616 2011-02-12 18:17:12Z dchagin $
4# $FreeBSD: head/sys/conf/files.i386 220885 2011-04-20 12:58:30Z bz $
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:N-fno-common} -c ${.IMPSRC}" \

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

278i386/i386/elan-mmcr.c optional cpu_elan | cpu_soekris
279i386/i386/elf_machdep.c standard
280i386/i386/exception.s optional native
281i386/xen/exception.s optional xen
282i386/i386/gdb_machdep.c optional gdb
283i386/i386/geode.c optional cpu_geode
284i386/i386/i686_mem.c optional mem
285i386/i386/identcpu.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:N-fno-common} -c ${.IMPSRC}" \

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

278i386/i386/elan-mmcr.c optional cpu_elan | cpu_soekris
279i386/i386/elf_machdep.c standard
280i386/i386/exception.s optional native
281i386/xen/exception.s optional xen
282i386/i386/gdb_machdep.c optional gdb
283i386/i386/geode.c optional cpu_geode
284i386/i386/i686_mem.c optional mem
285i386/i386/identcpu.c standard
286i386/i386/in_cksum.c optional inet
286i386/i386/in_cksum.c optional inet | inet6
287i386/i386/initcpu.c standard
288i386/i386/intr_machdep.c standard
289i386/i386/io.c optional io
290i386/i386/k6_mem.c optional mem
291i386/i386/legacy.c optional native
292i386/i386/locore.s optional native no-obj
293i386/xen/locore.s optional xen no-obj
294i386/i386/longrun.c optional cpu_enable_longrun

--- 123 unchanged lines hidden ---
287i386/i386/initcpu.c standard
288i386/i386/intr_machdep.c standard
289i386/i386/io.c optional io
290i386/i386/k6_mem.c optional mem
291i386/i386/legacy.c optional native
292i386/i386/locore.s optional native no-obj
293i386/xen/locore.s optional xen no-obj
294i386/i386/longrun.c optional cpu_enable_longrun

--- 123 unchanged lines hidden ---