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

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

168dev/cx/cxddk.c optional cx
169dev/cx/if_cx.c optional cx
170dev/ed/if_ed_3c503.c optional ed isa ed_3c503
171dev/ed/if_ed_isa.c optional ed isa
172dev/ed/if_ed_wd80x3.c optional ed isa
173dev/ed/if_ed_hpp.c optional ed isa ed_hpp
174dev/ed/if_ed_sic.c optional ed isa ed_sic
175dev/fb/fb.c optional fb | vga
5#
6# The long compile-with and dependency lines are required because of
7# limitations in config: backslash-newline doesn't work in strings, and
8# dependency lines other than the first are silently ignored.
9#
10linux_genassym.o optional compat_linux \
11 dependency "$S/i386/linux/linux_genassym.c" \
12 compile-with "${CC} ${CFLAGS:N-fno-common} -c ${.IMPSRC}" \

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

168dev/cx/cxddk.c optional cx
169dev/cx/if_cx.c optional cx
170dev/ed/if_ed_3c503.c optional ed isa ed_3c503
171dev/ed/if_ed_isa.c optional ed isa
172dev/ed/if_ed_wd80x3.c optional ed isa
173dev/ed/if_ed_hpp.c optional ed isa ed_hpp
174dev/ed/if_ed_sic.c optional ed isa ed_sic
175dev/fb/fb.c optional fb | vga
176dev/fb/splash.c optional splash
177dev/fb/vga.c optional vga
178dev/fdc/fdc.c optional fdc
179dev/fdc/fdc_acpi.c optional fdc
180dev/fdc/fdc_isa.c optional fdc isa
181dev/fdc/fdc_pccard.c optional fdc pccard
182dev/fe/if_fe_isa.c optional fe isa
183dev/hptmv/entry.c optional hptmv
184dev/hptmv/mv.c optional hptmv

--- 276 unchanged lines hidden ---
176dev/fb/vga.c optional vga
177dev/fdc/fdc.c optional fdc
178dev/fdc/fdc_acpi.c optional fdc
179dev/fdc/fdc_isa.c optional fdc isa
180dev/fdc/fdc_pccard.c optional fdc pccard
181dev/fe/if_fe_isa.c optional fe isa
182dev/hptmv/entry.c optional hptmv
183dev/hptmv/mv.c optional hptmv

--- 276 unchanged lines hidden ---