Deleted Added
full compact
files.i386 (234118) files.i386 (236772)
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 234118 2012-04-11 02:42:01Z marcel $
4# $FreeBSD: head/sys/conf/files.i386 236772 2012-06-09 00:37:26Z 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:N-fno-common} -c ${.IMPSRC}" \

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

376 no-obj no-implicit-rule before-depend \
377 clean "acpi_wakecode.h"
378acpi_wakedata.h optional acpi \
379 dependency "acpi_wakecode.o" \
380 compile-with '${NM} -n --defined-only acpi_wakecode.o | while read offset dummy what; do echo "#define $${what} 0x$${offset}"; done > ${.TARGET}' \
381 no-obj no-implicit-rule before-depend \
382 clean "acpi_wakedata.h"
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) ---

376 no-obj no-implicit-rule before-depend \
377 clean "acpi_wakecode.h"
378acpi_wakedata.h optional acpi \
379 dependency "acpi_wakecode.o" \
380 compile-with '${NM} -n --defined-only acpi_wakecode.o | while read offset dummy what; do echo "#define $${what} 0x$${offset}"; done > ${.TARGET}' \
381 no-obj no-implicit-rule before-depend \
382 clean "acpi_wakedata.h"
383#
384i386/acpica/acpi_wakeup.c optional acpi
384x86/acpica/acpi_wakeup.c optional acpi
385i386/bios/apm.c optional apm
386i386/bios/mca_machdep.c optional mca
387i386/bios/smapi.c optional smapi
388i386/bios/smapi_bios.S optional smapi
389#i386/i386/apic_vector.s optional apic
390i386/i386/atomic.c standard \
391 compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
392i386/i386/autoconf.c standard

--- 146 unchanged lines hidden ---
385i386/bios/apm.c optional apm
386i386/bios/mca_machdep.c optional mca
387i386/bios/smapi.c optional smapi
388i386/bios/smapi_bios.S optional smapi
389#i386/i386/apic_vector.s optional apic
390i386/i386/atomic.c standard \
391 compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} ${.IMPSRC}"
392i386/i386/autoconf.c standard

--- 146 unchanged lines hidden ---