Deleted Added
full compact
files.i386 (79207) files.i386 (80028)
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 79207 2001-07-04 13:00:21Z nyan $
4# $FreeBSD: head/sys/conf/files.i386 80028 2001-07-20 06:07:34Z takawata $
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}" \

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

153gnu/i386/fpemul/reg_norm.s optional gpl_math_emulate
154gnu/i386/fpemul/reg_round.s optional gpl_math_emulate
155gnu/i386/fpemul/reg_u_add.s optional gpl_math_emulate
156gnu/i386/fpemul/reg_u_div.s optional gpl_math_emulate
157gnu/i386/fpemul/reg_u_mul.s optional gpl_math_emulate
158gnu/i386/fpemul/reg_u_sub.s optional gpl_math_emulate
159gnu/i386/fpemul/wm_shrx.s optional gpl_math_emulate
160gnu/i386/fpemul/wm_sqrt.s optional gpl_math_emulate
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}" \

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

153gnu/i386/fpemul/reg_norm.s optional gpl_math_emulate
154gnu/i386/fpemul/reg_round.s optional gpl_math_emulate
155gnu/i386/fpemul/reg_u_add.s optional gpl_math_emulate
156gnu/i386/fpemul/reg_u_div.s optional gpl_math_emulate
157gnu/i386/fpemul/reg_u_mul.s optional gpl_math_emulate
158gnu/i386/fpemul/reg_u_sub.s optional gpl_math_emulate
159gnu/i386/fpemul/wm_shrx.s optional gpl_math_emulate
160gnu/i386/fpemul/wm_sqrt.s optional gpl_math_emulate
161i386/acpica/acpi_wakeup.c optional acpica
162acpi_wakecode.h optional acpica \
163 dependency "$S/i386/acpica/acpi_wakecode.S" \
164 compile-with "${MAKE} -f $S/i386/acpica/Makefile MAKESRCPATH=$S/i386/acpica" \
165 no-obj no-implicit-rule before-depend \
166 clean "acpi_wakecode.h acpi_wakecode.o acpi_wakecode.bin"
167#
161i386/apm/apm.c optional apm
162i386/i386/atomic.c standard \
163 compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
164i386/i386/autoconf.c standard
165i386/i386/bios.c standard
166i386/i386/bioscall.s standard
167i386/i386/busdma_machdep.c standard
168i386/i386/db_disasm.c optional ddb

--- 218 unchanged lines hidden ---
168i386/apm/apm.c optional apm
169i386/i386/atomic.c standard \
170 compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
171i386/i386/autoconf.c standard
172i386/i386/bios.c standard
173i386/i386/bioscall.s standard
174i386/i386/busdma_machdep.c standard
175i386/i386/db_disasm.c optional ddb

--- 218 unchanged lines hidden ---