Deleted Added
full compact
files.pc98 (204319) files.pc98 (206089)
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 204319 2010-02-25 15:44:54Z nyan $
6# $FreeBSD: head/sys/conf/files.pc98 206089 2010-04-02 13:23:49Z fabient $
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}" \

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

94dev/ct/ct_isa.c optional ct isa
95dev/ed/if_ed_cbus.c optional ed isa
96dev/ed/if_ed_wd80x3.c optional ed isa
97dev/fb/fb.c optional fb | gdc
98dev/fe/if_fe_cbus.c optional fe isa
99dev/hwpmc/hwpmc_amd.c optional hwpmc
100dev/hwpmc/hwpmc_intel.c optional hwpmc
101dev/hwpmc/hwpmc_core.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}" \

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

94dev/ct/ct_isa.c optional ct isa
95dev/ed/if_ed_cbus.c optional ed isa
96dev/ed/if_ed_wd80x3.c optional ed isa
97dev/fb/fb.c optional fb | gdc
98dev/fe/if_fe_cbus.c optional fe isa
99dev/hwpmc/hwpmc_amd.c optional hwpmc
100dev/hwpmc/hwpmc_intel.c optional hwpmc
101dev/hwpmc/hwpmc_core.c optional hwpmc
102dev/hwpmc/hwpmc_uncore.c optional hwpmc
102dev/hwpmc/hwpmc_pentium.c optional hwpmc
103dev/hwpmc/hwpmc_piv.c optional hwpmc
104dev/hwpmc/hwpmc_ppro.c optional hwpmc
105dev/hwpmc/hwpmc_tsc.c optional hwpmc
106dev/hwpmc/hwpmc_x86.c optional hwpmc
107dev/io/iodev.c optional io
108dev/kbd/kbd.c optional pckbd | sc | ukbd
109dev/le/if_le_cbus.c optional le isa

--- 150 unchanged lines hidden ---
103dev/hwpmc/hwpmc_pentium.c optional hwpmc
104dev/hwpmc/hwpmc_piv.c optional hwpmc
105dev/hwpmc/hwpmc_ppro.c optional hwpmc
106dev/hwpmc/hwpmc_tsc.c optional hwpmc
107dev/hwpmc/hwpmc_x86.c optional hwpmc
108dev/io/iodev.c optional io
109dev/kbd/kbd.c optional pckbd | sc | ukbd
110dev/le/if_le_cbus.c optional le isa

--- 150 unchanged lines hidden ---