Deleted Added
full compact
files.amd64 (255040) files.amd64 (255187)
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.amd64 255040 2013-08-29 19:52:18Z gibbs $
4# $FreeBSD: head/sys/conf/files.amd64 255187 2013-09-03 18:31:23Z jmg $
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#
10#
11linux32_genassym.o optional compat_linux32 \
12 dependency "$S/amd64/linux32/linux32_genassym.c" \

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

133amd64/amd64/support.S standard
134amd64/amd64/sys_machdep.c standard
135amd64/amd64/trap.c standard
136amd64/amd64/uio_machdep.c standard
137amd64/amd64/uma_machdep.c standard
138amd64/amd64/vm_machdep.c standard
139amd64/pci/pci_cfgreg.c optional pci
140cddl/contrib/opensolaris/common/atomic/amd64/opensolaris_atomic.S optional zfs compile-with "${ZFS_S}"
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#
10#
11linux32_genassym.o optional compat_linux32 \
12 dependency "$S/amd64/linux32/linux32_genassym.c" \

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

133amd64/amd64/support.S standard
134amd64/amd64/sys_machdep.c standard
135amd64/amd64/trap.c standard
136amd64/amd64/uio_machdep.c standard
137amd64/amd64/uma_machdep.c standard
138amd64/amd64/vm_machdep.c standard
139amd64/pci/pci_cfgreg.c optional pci
140cddl/contrib/opensolaris/common/atomic/amd64/opensolaris_atomic.S optional zfs compile-with "${ZFS_S}"
141crypto/aesni/aesencdec_amd64.S optional aesni
142crypto/aesni/aeskeys_amd64.S optional aesni
143crypto/aesni/aesni.c optional aesni
141crypto/aesni/aeskeys_amd64.S optional aesni
142crypto/aesni/aesni.c optional aesni
144crypto/aesni/aesni_wrap.c optional aesni
143aesni_wrap.o optional aesni \
144 dependency "$S/crypto/aesni/aesni_wrap.c" \
145 compile-with "${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} -mmmx -msse -maes ${.IMPSRC}" \
146 no-implicit-rule \
147 clean "aesni_wrap.o"
145crypto/blowfish/bf_enc.c optional crypto | ipsec
146crypto/des/des_enc.c optional crypto | ipsec | netsmb
147crypto/via/padlock.c optional padlock
148crypto/via/padlock_cipher.c optional padlock
149crypto/via/padlock_hash.c optional padlock
150dev/acpica/acpi_if.m standard
151dev/acpi_support/acpi_wmi_if.m standard
152dev/agp/agp_amd64.c optional agp

--- 383 unchanged lines hidden ---
148crypto/blowfish/bf_enc.c optional crypto | ipsec
149crypto/des/des_enc.c optional crypto | ipsec | netsmb
150crypto/via/padlock.c optional padlock
151crypto/via/padlock_cipher.c optional padlock
152crypto/via/padlock_hash.c optional padlock
153dev/acpica/acpi_if.m standard
154dev/acpi_support/acpi_wmi_if.m standard
155dev/agp/agp_amd64.c optional agp

--- 383 unchanged lines hidden ---