Deleted Added
full compact
files.i386 (210552) files.i386 (211058)
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 210552 2010-07-27 20:40:46Z jhb $
4# $FreeBSD: head/sys/conf/files.i386 211058 2010-08-08 06:18:05Z 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}" \

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

364libkern/ucmpdi2.c standard
365libkern/udivdi3.c standard
366libkern/umoddi3.c standard
367i386/xbox/xbox.c optional xbox
368i386/xbox/xboxfb.c optional xboxfb
369dev/fb/boot_font.c optional xboxfb
370i386/xbox/pic16l.s optional xbox
371#
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}" \

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

364libkern/ucmpdi2.c standard
365libkern/udivdi3.c standard
366libkern/umoddi3.c standard
367i386/xbox/xbox.c optional xbox
368i386/xbox/xboxfb.c optional xboxfb
369dev/fb/boot_font.c optional xboxfb
370i386/xbox/pic16l.s optional xbox
371#
372# x86 real mode BIOS emulator, required by atkbdc/dpms/vesa
372# x86 real mode BIOS support, required by atkbdc/dpms/vesa
373#
374compat/x86bios/x86bios.c optional x86bios | atkbd | dpms | vesa
373#
374compat/x86bios/x86bios.c optional x86bios | atkbd | dpms | vesa
375contrib/x86emu/x86emu.c optional x86bios | atkbd | dpms | vesa
376#
377# x86 shared code between IA32, AMD64 and PC98 architectures
378#
379x86/acpica/srat.c optional acpi
380x86/bios/smbios.c optional smbios
381x86/bios/vpd.c optional vpd
382x86/cpufreq/est.c optional cpufreq
383x86/cpufreq/hwpstate.c optional cpufreq

--- 15 unchanged lines hidden ---
375#
376# x86 shared code between IA32, AMD64 and PC98 architectures
377#
378x86/acpica/srat.c optional acpi
379x86/bios/smbios.c optional smbios
380x86/bios/vpd.c optional vpd
381x86/cpufreq/est.c optional cpufreq
382x86/cpufreq/hwpstate.c optional cpufreq

--- 15 unchanged lines hidden ---