Deleted Added
full compact
files.pc98 (163629) files.pc98 (163630)
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 163629 2006-10-23 13:05:01Z ru $
6# $FreeBSD: head/sys/conf/files.pc98 163630 2006-10-23 13:23:14Z ru $
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}" \

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

108dev/cp/cpddk.c optional cp
109dev/cp/if_cp.c optional cp
110dev/ct/bshw_machdep.c optional ct
111dev/ct/ct.c optional ct
112dev/ct/ct_isa.c optional ct isa
113dev/ed/if_ed_cbus.c optional ed isa
114dev/ed/if_ed_wd80x3.c optional ed isa
115dev/fb/fb.c optional fb | gdc
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}" \

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

108dev/cp/cpddk.c optional cp
109dev/cp/if_cp.c optional cp
110dev/ct/bshw_machdep.c optional ct
111dev/ct/ct.c optional ct
112dev/ct/ct_isa.c optional ct isa
113dev/ed/if_ed_cbus.c optional ed isa
114dev/ed/if_ed_wd80x3.c optional ed isa
115dev/fb/fb.c optional fb | gdc
116dev/fb/splash.c optional splash
117dev/fe/if_fe_cbus.c optional fe isa
118dev/hwpmc/hwpmc_amd.c optional hwpmc
119dev/hwpmc/hwpmc_pentium.c optional hwpmc
120dev/hwpmc/hwpmc_piv.c optional hwpmc
121dev/hwpmc/hwpmc_ppro.c optional hwpmc
122dev/hwpmc/hwpmc_x86.c optional hwpmc
123dev/io/iodev.c optional io
124dev/kbd/kbd.c optional pckbd | sc | ukbd

--- 227 unchanged lines hidden ---
116dev/fe/if_fe_cbus.c optional fe isa
117dev/hwpmc/hwpmc_amd.c optional hwpmc
118dev/hwpmc/hwpmc_pentium.c optional hwpmc
119dev/hwpmc/hwpmc_piv.c optional hwpmc
120dev/hwpmc/hwpmc_ppro.c optional hwpmc
121dev/hwpmc/hwpmc_x86.c optional hwpmc
122dev/io/iodev.c optional io
123dev/kbd/kbd.c optional pckbd | sc | ukbd

--- 227 unchanged lines hidden ---