Deleted Added
full compact
files.i386 (85365) files.i386 (85556)
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 85365 2001-10-23 15:17:33Z imp $
4# $FreeBSD: head/sys/conf/files.i386 85556 2001-10-26 17:43:05Z iwasaki $
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}" \

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

163gnu/i386/fpemul/reg_round.s optional gpl_math_emulate
164gnu/i386/fpemul/reg_u_add.s optional gpl_math_emulate
165gnu/i386/fpemul/reg_u_div.s optional gpl_math_emulate
166gnu/i386/fpemul/reg_u_mul.s optional gpl_math_emulate
167gnu/i386/fpemul/reg_u_sub.s optional gpl_math_emulate
168gnu/i386/fpemul/wm_shrx.s optional gpl_math_emulate
169gnu/i386/fpemul/wm_sqrt.s optional gpl_math_emulate
170i386/acpica/OsdEnvironment.c optional acpica
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}" \

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

163gnu/i386/fpemul/reg_round.s optional gpl_math_emulate
164gnu/i386/fpemul/reg_u_add.s optional gpl_math_emulate
165gnu/i386/fpemul/reg_u_div.s optional gpl_math_emulate
166gnu/i386/fpemul/reg_u_mul.s optional gpl_math_emulate
167gnu/i386/fpemul/reg_u_sub.s optional gpl_math_emulate
168gnu/i386/fpemul/wm_shrx.s optional gpl_math_emulate
169gnu/i386/fpemul/wm_sqrt.s optional gpl_math_emulate
170i386/acpica/OsdEnvironment.c optional acpica
171i386/acpica/acpi_machdep.c optional acpica
171i386/acpica/acpi_wakeup.c optional acpica
172acpi_wakecode.h optional acpica \
173 dependency "$S/i386/acpica/acpi_wakecode.S" \
174 compile-with "${MAKE} -f $S/i386/acpica/Makefile MAKESRCPATH=$S/i386/acpica" \
175 no-obj no-implicit-rule before-depend \
176 clean "acpi_wakecode.h acpi_wakecode.o acpi_wakecode.bin"
177#
178i386/apm/apm.c optional apm

--- 223 unchanged lines hidden ---
172i386/acpica/acpi_wakeup.c optional acpica
173acpi_wakecode.h optional acpica \
174 dependency "$S/i386/acpica/acpi_wakecode.S" \
175 compile-with "${MAKE} -f $S/i386/acpica/Makefile MAKESRCPATH=$S/i386/acpica" \
176 no-obj no-implicit-rule before-depend \
177 clean "acpi_wakecode.h acpi_wakecode.o acpi_wakecode.bin"
178#
179i386/apm/apm.c optional apm

--- 223 unchanged lines hidden ---