Deleted Added
full compact
files.i386 (197969) files.i386 (198251)
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 197969 2009-10-11 20:42:26Z marcel $
4# $FreeBSD: head/sys/conf/files.i386 198251 2009-10-19 20:58:10Z jkim $
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}" \

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

380i386/xbox/xbox.c optional xbox
381i386/xbox/xboxfb.c optional xboxfb
382dev/fb/boot_font.c optional xboxfb
383i386/xbox/pic16l.s optional xbox
384#
385# x86 real mode BIOS emulator, required by atkbdc/dpms/vesa
386#
387compat/x86bios/x86bios.c optional x86bios | atkbd | dpms | vesa
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}" \

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

380i386/xbox/xbox.c optional xbox
381i386/xbox/xboxfb.c optional xboxfb
382dev/fb/boot_font.c optional xboxfb
383i386/xbox/pic16l.s optional xbox
384#
385# x86 real mode BIOS emulator, required by atkbdc/dpms/vesa
386#
387compat/x86bios/x86bios.c optional x86bios | atkbd | dpms | vesa
388compat/x86bios/x86bios_alloc.c optional x86bios | atkbd | dpms | vesa
389contrib/x86emu/x86emu.c optional x86bios | atkbd | dpms | vesa
388contrib/x86emu/x86emu.c optional x86bios | atkbd | dpms | vesa
390contrib/x86emu/x86emu_util.c optional x86bios | atkbd | dpms | vesa