Deleted Added
full compact
files.i386 (255046) files.i386 (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.i386 255046 2013-08-29 23:11:58Z gibbs $
4# $FreeBSD: head/sys/conf/files.i386 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#
10linux_genassym.o optional compat_linux \
11 dependency "$S/i386/linux/linux_genassym.c" \
12 compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \

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

119compat/svr4/svr4_syscallnames.c optional compat_svr4
120compat/svr4/svr4_sysent.c optional compat_svr4
121compat/svr4/svr4_sysvec.c optional compat_svr4
122compat/svr4/svr4_termios.c optional compat_svr4
123bf_enc.o optional crypto | ipsec \
124 dependency "$S/crypto/blowfish/arch/i386/bf_enc.S $S/crypto/blowfish/arch/i386/bf_enc_586.S $S/crypto/blowfish/arch/i386/bf_enc_686.S" \
125 compile-with "${CC} -c -I$S/crypto/blowfish/arch/i386 ${ASM_CFLAGS} ${WERROR} ${.IMPSRC}" \
126 no-implicit-rule
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}" \

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

119compat/svr4/svr4_syscallnames.c optional compat_svr4
120compat/svr4/svr4_sysent.c optional compat_svr4
121compat/svr4/svr4_sysvec.c optional compat_svr4
122compat/svr4/svr4_termios.c optional compat_svr4
123bf_enc.o optional crypto | ipsec \
124 dependency "$S/crypto/blowfish/arch/i386/bf_enc.S $S/crypto/blowfish/arch/i386/bf_enc_586.S $S/crypto/blowfish/arch/i386/bf_enc_686.S" \
125 compile-with "${CC} -c -I$S/crypto/blowfish/arch/i386 ${ASM_CFLAGS} ${WERROR} ${.IMPSRC}" \
126 no-implicit-rule
127crypto/aesni/aesencdec_i386.S optional aesni
128crypto/aesni/aeskeys_i386.S optional aesni
129crypto/aesni/aesni.c optional aesni
127crypto/aesni/aeskeys_i386.S optional aesni
128crypto/aesni/aesni.c optional aesni
130crypto/aesni/aesni_wrap.c optional aesni
129aesni_wrap.o optional aesni \
130 dependency "$S/crypto/aesni/aesni_wrap.c" \
131 compile-with "${CC} -c ${CFLAGS:C/^-O2$/-O3/:N-nostdinc} ${WERROR} ${PROF} -mmmx -msse -maes ${.IMPSRC}" \
132 no-implicit-rule \
133 clean "aesni_wrap.o"
131crypto/des/arch/i386/des_enc.S optional crypto | ipsec | netsmb
132crypto/via/padlock.c optional padlock
133crypto/via/padlock_cipher.c optional padlock
134crypto/via/padlock_hash.c optional padlock
135dev/advansys/adv_isa.c optional adv isa
136dev/agp/agp_ali.c optional agp
137dev/agp/agp_amd.c optional agp
138dev/agp/agp_amd64.c optional agp

--- 432 unchanged lines hidden ---
134crypto/des/arch/i386/des_enc.S optional crypto | ipsec | netsmb
135crypto/via/padlock.c optional padlock
136crypto/via/padlock_cipher.c optional padlock
137crypto/via/padlock_hash.c optional padlock
138dev/advansys/adv_isa.c optional adv isa
139dev/agp/agp_ali.c optional agp
140dev/agp/agp_amd.c optional agp
141dev/agp/agp_amd64.c optional agp

--- 432 unchanged lines hidden ---