Deleted Added
full compact
files.pc98 (180259) files.pc98 (180265)
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 180259 2008-07-04 18:58:53Z jhb $
6# $FreeBSD: head/sys/conf/files.pc98 180265 2008-07-04 21:06:57Z jhb $
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}" \

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

115dev/hwpmc/hwpmc_ppro.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
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}" \

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

115dev/hwpmc/hwpmc_ppro.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
124dev/sbni/if_sbni_pci.c optional sbni pci
125dev/sio/sio_pccard.c optional sio pccard
126dev/sio/sio_pci.c optional sio pci
127dev/sio/sio_puc.c optional sio puc
128dev/snc/dp83932.c optional snc
129dev/snc/dp83932subr.c optional snc
130dev/snc/if_snc.c optional snc
131dev/snc/if_snc_cbus.c optional snc isa
132dev/snc/if_snc_pccard.c optional snc pccard

--- 131 unchanged lines hidden ---
123dev/sio/sio_pccard.c optional sio pccard
124dev/sio/sio_pci.c optional sio pci
125dev/sio/sio_puc.c optional sio puc
126dev/snc/dp83932.c optional snc
127dev/snc/dp83932subr.c optional snc
128dev/snc/if_snc.c optional snc
129dev/snc/if_snc_cbus.c optional snc isa
130dev/snc/if_snc_pccard.c optional snc pccard

--- 131 unchanged lines hidden ---