Deleted Added
full compact
files.i386 (45720) files.i386 (46495)
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# $Id: files.i386,v 1.235 1999/04/15 14:52:23 bde Exp $
4# $Id: files.i386,v 1.236 1999/04/16 21:22:10 peter Exp $
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 optional compat_linux \
11 dependency "$S/i386/linux/linux_genassym.c $S/i386/linux/linux.h" \
12 compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ $<" \

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

149i386/isa/if_ep.c optional ep device-driver
150i386/isa/if_ex.c optional ex device-driver
151i386/isa/if_fe.c optional fe device-driver
152i386/isa/if_ie.c optional ie device-driver
153i386/isa/if_le.c optional le device-driver
154i386/isa/if_lnc.c optional lnc device-driver
155i386/isa/if_rdp.c optional rdp device-driver
156i386/isa/if_sr.c optional sr device-driver
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 optional compat_linux \
11 dependency "$S/i386/linux/linux_genassym.c $S/i386/linux/linux.h" \
12 compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ $<" \

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

149i386/isa/if_ep.c optional ep device-driver
150i386/isa/if_ex.c optional ex device-driver
151i386/isa/if_fe.c optional fe device-driver
152i386/isa/if_ie.c optional ie device-driver
153i386/isa/if_le.c optional le device-driver
154i386/isa/if_lnc.c optional lnc device-driver
155i386/isa/if_rdp.c optional rdp device-driver
156i386/isa/if_sr.c optional sr device-driver
157i386/isa/if_wi.c optional wi device-driver
157i386/isa/if_wl.c optional wl device-driver
158i386/isa/if_ze.c optional ze device-driver
159i386/isa/if_zp.c optional zp device-driver
160contrib/dev/oltr/if_oltr.c optional oltr device-driver
161trlld.o optional oltr device-driver \
162 dependency "$S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
163 compile-with "uudecode < $S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
164 no-implicit-rule

--- 215 unchanged lines hidden ---
158i386/isa/if_wl.c optional wl device-driver
159i386/isa/if_ze.c optional ze device-driver
160i386/isa/if_zp.c optional zp device-driver
161contrib/dev/oltr/if_oltr.c optional oltr device-driver
162trlld.o optional oltr device-driver \
163 dependency "$S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
164 compile-with "uudecode < $S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
165 no-implicit-rule

--- 215 unchanged lines hidden ---