Deleted Added
full compact
files.i386 (197399) files.i386 (197444)
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 197399 2009-09-22 07:10:23Z delphij $
4# $FreeBSD: head/sys/conf/files.i386 197444 2009-09-23 20:49:14Z 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}" \

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

376libkern/umoddi3.c standard
377i386/xbox/xbox.c optional xbox
378i386/xbox/xboxfb.c optional xboxfb
379dev/fb/boot_font.c optional xboxfb
380i386/xbox/pic16l.s optional xbox
381#
382# x86 real mode BIOS emulator, required by atkbdc/dpms/vesa
383#
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}" \

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

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