Deleted Added
full compact
files.i386 (144910) files.i386 (145256)
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 144910 2005-04-11 16:23:13Z wpaul $
4# $FreeBSD: head/sys/conf/files.i386 145256 2005-04-19 04:01:25Z jkoshy $
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}" \

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

211dev/syscons/syscons.c optional sc
212dev/syscons/sysmouse.c optional sc
213dev/uart/uart_cpu_i386.c optional uart
214geom/geom_bsd.c standard
215geom/geom_bsd_enc.c standard
216geom/geom_mbr.c standard
217geom/geom_mbr_enc.c standard
218dev/acpica/acpi_if.m standard
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}" \

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

211dev/syscons/syscons.c optional sc
212dev/syscons/sysmouse.c optional sc
213dev/uart/uart_cpu_i386.c optional uart
214geom/geom_bsd.c standard
215geom/geom_bsd_enc.c standard
216geom/geom_mbr.c standard
217geom/geom_mbr_enc.c standard
218dev/acpica/acpi_if.m standard
219hwpmc/hwpmc_amd.c optional hwpmc
220hwpmc/hwpmc_intel.c optional hwpmc
219i386/acpica/OsdEnvironment.c optional acpi
220i386/acpica/acpi_machdep.c optional acpi
221i386/acpica/acpi_wakeup.c optional acpi
222acpi_wakecode.h optional acpi \
223 dependency "$S/i386/acpica/acpi_wakecode.S" \
224 compile-with "${MAKE} -f $S/i386/acpica/Makefile MAKESRCPATH=$S/i386/acpica" \
225 no-obj no-implicit-rule before-depend \
226 clean "acpi_wakecode.h acpi_wakecode.o acpi_wakecode.bin"

--- 229 unchanged lines hidden ---
221i386/acpica/OsdEnvironment.c optional acpi
222i386/acpica/acpi_machdep.c optional acpi
223i386/acpica/acpi_wakeup.c optional acpi
224acpi_wakecode.h optional acpi \
225 dependency "$S/i386/acpica/acpi_wakecode.S" \
226 compile-with "${MAKE} -f $S/i386/acpica/Makefile MAKESRCPATH=$S/i386/acpica" \
227 no-obj no-implicit-rule before-depend \
228 clean "acpi_wakecode.h acpi_wakecode.o acpi_wakecode.bin"

--- 229 unchanged lines hidden ---