Deleted Added
full compact
files.pc98 (182912) files.pc98 (184802)
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 182912 2008-09-10 18:36:58Z jhb $
6# $FreeBSD: head/sys/conf/files.pc98 184802 2008-11-09 17:37:54Z jkoshy $
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}" \

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

105dev/ct/bshw_machdep.c optional ct
106dev/ct/ct.c optional ct
107dev/ct/ct_isa.c optional ct isa
108dev/ed/if_ed_cbus.c optional ed isa
109dev/ed/if_ed_wd80x3.c optional ed isa
110dev/fb/fb.c optional fb | gdc
111dev/fe/if_fe_cbus.c optional fe isa
112dev/hwpmc/hwpmc_amd.c optional hwpmc
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}" \

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

105dev/ct/bshw_machdep.c optional ct
106dev/ct/ct.c optional ct
107dev/ct/ct_isa.c optional ct isa
108dev/ed/if_ed_cbus.c optional ed isa
109dev/ed/if_ed_wd80x3.c optional ed isa
110dev/fb/fb.c optional fb | gdc
111dev/fe/if_fe_cbus.c optional fe isa
112dev/hwpmc/hwpmc_amd.c optional hwpmc
113dev/hwpmc/hwpmc_intel.c optional hwpmc
113dev/hwpmc/hwpmc_pentium.c optional hwpmc
114dev/hwpmc/hwpmc_piv.c optional hwpmc
115dev/hwpmc/hwpmc_ppro.c optional hwpmc
114dev/hwpmc/hwpmc_pentium.c optional hwpmc
115dev/hwpmc/hwpmc_piv.c optional hwpmc
116dev/hwpmc/hwpmc_ppro.c optional hwpmc
117dev/hwpmc/hwpmc_tsc.c optional hwpmc
116dev/hwpmc/hwpmc_x86.c optional hwpmc
117dev/io/iodev.c optional io
118dev/kbd/kbd.c optional pckbd | sc | ukbd
119dev/le/if_le_cbus.c optional le isa
120dev/mem/memutil.c optional mem
121dev/mse/mse.c optional mse
122dev/mse/mse_cbus.c optional mse isa
123dev/sbni/if_sbni.c optional sbni

--- 140 unchanged lines hidden ---
118dev/hwpmc/hwpmc_x86.c optional hwpmc
119dev/io/iodev.c optional io
120dev/kbd/kbd.c optional pckbd | sc | ukbd
121dev/le/if_le_cbus.c optional le isa
122dev/mem/memutil.c optional mem
123dev/mse/mse.c optional mse
124dev/mse/mse_cbus.c optional mse isa
125dev/sbni/if_sbni.c optional sbni

--- 140 unchanged lines hidden ---