Sync with sys/i386/conf/files.i386 revision up to 1.227.
This commit is contained in:
parent
29ebfa3ecc
commit
82a9512c46
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44631
@ -3,7 +3,7 @@
|
||||
#
|
||||
# modified for PC-9801
|
||||
#
|
||||
# $Id: files.pc98,v 1.83 1999/03/02 14:03:21 kato Exp $
|
||||
# $Id: files.pc98,v 1.84 1999/03/04 10:36:27 kato Exp $
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
# limitations in config: backslash-newline doesn't work in strings, and
|
||||
@ -145,6 +145,15 @@ i386/isa/if_sr.c optional sr device-driver
|
||||
i386/isa/if_wl.c optional wl device-driver
|
||||
i386/isa/if_ze.c optional ze device-driver
|
||||
i386/isa/if_zp.c optional zp device-driver
|
||||
contrib/dev/oltr/if_oltr.c optional oltr device-driver \
|
||||
dependency "contrib/dev/oltr/trlld.o"
|
||||
contrib/dev/oltr/trlld.o optional oltr device-driver \
|
||||
dependency "$S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
|
||||
compile-with "uudecode < $S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
|
||||
no-implicit-rule
|
||||
contrib/dev/oltr/trlldmac.c optional oltr device-driver
|
||||
contrib/dev/oltr/trlldhm.c optional oltr device-driver
|
||||
contrib/dev/oltr/trlldbm.c optional oltr device-driver
|
||||
i386/isa/ipl_funcs.c standard \
|
||||
compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} $<"
|
||||
i386/isa/intr_machdep.c standard
|
||||
@ -295,6 +304,7 @@ i4b/layer1/i4b_tel_s0163.c optional isic device-driver
|
||||
i4b/layer1/i4b_tel_s0P.c optional isic device-driver
|
||||
i4b/layer1/i4b_ctx_s0P.c optional isic device-driver
|
||||
i4b/layer1/i4b_avm_a1.c optional isic device-driver
|
||||
i4b/layer1/i4b_avm_fritz_pci.c optional isic device-driver
|
||||
i4b/layer1/i4b_avm_fritz_pcmcia.c optional isic device-driver
|
||||
i4b/layer1/i4b_usr_sti.c optional isic device-driver
|
||||
i4b/layer1/i4b_itk_ix1.c optional isic device-driver
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
# modified for PC-9801
|
||||
#
|
||||
# $Id: files.pc98,v 1.83 1999/03/02 14:03:21 kato Exp $
|
||||
# $Id: files.pc98,v 1.84 1999/03/04 10:36:27 kato Exp $
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
# limitations in config: backslash-newline doesn't work in strings, and
|
||||
@ -145,6 +145,15 @@ i386/isa/if_sr.c optional sr device-driver
|
||||
i386/isa/if_wl.c optional wl device-driver
|
||||
i386/isa/if_ze.c optional ze device-driver
|
||||
i386/isa/if_zp.c optional zp device-driver
|
||||
contrib/dev/oltr/if_oltr.c optional oltr device-driver \
|
||||
dependency "contrib/dev/oltr/trlld.o"
|
||||
contrib/dev/oltr/trlld.o optional oltr device-driver \
|
||||
dependency "$S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
|
||||
compile-with "uudecode < $S/contrib/dev/oltr/i386-${KERNFORMAT}.trlld.o.uu" \
|
||||
no-implicit-rule
|
||||
contrib/dev/oltr/trlldmac.c optional oltr device-driver
|
||||
contrib/dev/oltr/trlldhm.c optional oltr device-driver
|
||||
contrib/dev/oltr/trlldbm.c optional oltr device-driver
|
||||
i386/isa/ipl_funcs.c standard \
|
||||
compile-with "${CC} -c ${CFLAGS} ${DEFINED_PROF:S/^$/-fomit-frame-pointer/} $<"
|
||||
i386/isa/intr_machdep.c standard
|
||||
@ -295,6 +304,7 @@ i4b/layer1/i4b_tel_s0163.c optional isic device-driver
|
||||
i4b/layer1/i4b_tel_s0P.c optional isic device-driver
|
||||
i4b/layer1/i4b_ctx_s0P.c optional isic device-driver
|
||||
i4b/layer1/i4b_avm_a1.c optional isic device-driver
|
||||
i4b/layer1/i4b_avm_fritz_pci.c optional isic device-driver
|
||||
i4b/layer1/i4b_avm_fritz_pcmcia.c optional isic device-driver
|
||||
i4b/layer1/i4b_usr_sti.c optional isic device-driver
|
||||
i4b/layer1/i4b_itk_ix1.c optional isic device-driver
|
||||
|
Loading…
Reference in New Issue
Block a user