Deleted Added
full compact
files.pc98 (153213) files.pc98 (155215)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# modified for PC-9801/PC-9821
5#
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# modified for PC-9801/PC-9821
5#
6# $FreeBSD: head/sys/conf/files.pc98 153213 2005-12-07 21:30:47Z jkim $
6# $FreeBSD: head/sys/conf/files.pc98 155215 2006-02-02 11:14:13Z nyan $
7#
8# The long compile-with and dependency lines are required because of
9# limitations in config: backslash-newline doesn't work in strings, and
10# dependency lines other than the first are silently ignored.
11#
12linux_genassym.o optional compat_linux \
13 dependency "$S/i386/linux/linux_genassym.c" \
14 compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \

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

81bf_enc.o optional crypto | ipsec ipsec_esp \
82 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" \
83 compile-with "${CC} -c -I$S/crypto/blowfish/arch/i386 ${ASM_CFLAGS} ${WERROR} ${.IMPSRC}" \
84 no-implicit-rule
85crypto/des/arch/i386/des_enc.S optional crypto | ipsec ipsec_esp | netsmbcrypto
86dev/aic/aic_cbus.c optional aic isa
87dev/ar/if_ar.c optional ar
88dev/ar/if_ar_pci.c optional ar pci
7#
8# The long compile-with and dependency lines are required because of
9# limitations in config: backslash-newline doesn't work in strings, and
10# dependency lines other than the first are silently ignored.
11#
12linux_genassym.o optional compat_linux \
13 dependency "$S/i386/linux/linux_genassym.c" \
14 compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \

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

81bf_enc.o optional crypto | ipsec ipsec_esp \
82 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" \
83 compile-with "${CC} -c -I$S/crypto/blowfish/arch/i386 ${ASM_CFLAGS} ${WERROR} ${.IMPSRC}" \
84 no-implicit-rule
85crypto/des/arch/i386/des_enc.S optional crypto | ipsec ipsec_esp | netsmbcrypto
86dev/aic/aic_cbus.c optional aic isa
87dev/ar/if_ar.c optional ar
88dev/ar/if_ar_pci.c optional ar pci
89dev/ce/ceddk.c optional ce
90dev/ce/if_ce.c optional ce
91dev/ce/tau32-ddk.c optional ce
89dev/cp/cpddk.c optional cp
90dev/cp/if_cp.c optional cp
91dev/ct/bshw_machdep.c optional ct
92dev/ct/ct.c optional ct
93dev/ct/ct_isa.c optional ct isa
94dev/ed/if_ed_cbus.c optional ed isa
95dev/ed/if_ed_wd80x3.c optional ed isa
96dev/fb/fb.c optional fb | gdc

--- 241 unchanged lines hidden ---
92dev/cp/cpddk.c optional cp
93dev/cp/if_cp.c optional cp
94dev/ct/bshw_machdep.c optional ct
95dev/ct/ct.c optional ct
96dev/ct/ct_isa.c optional ct isa
97dev/ed/if_ed_cbus.c optional ed isa
98dev/ed/if_ed_wd80x3.c optional ed isa
99dev/fb/fb.c optional fb | gdc

--- 241 unchanged lines hidden ---