1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

add ipl_funcs.c (Hmm.. should probably use a "compile-with" arg rather

than a Makefile.i386 hook)
This commit is contained in:
Peter Wemm 1997-05-31 09:23:44 +00:00
parent 752bbf7aa8
commit 49c6ff7dc2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26308
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.i386,v 1.160 1997/04/26 11:44:58 peter Exp $
# $Id: files.i386,v 1.161 1997/05/22 08:47:40 msmith Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/*.[chyl]" \
@ -120,6 +120,7 @@ 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
i386/isa/ipl_funcs.c standard
i386/isa/isa.c optional isa device-driver
i386/isa/istallion.c optional stli device-driver
i386/isa/joy.c optional joy device-driver

View File

@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
# $Id: files.i386,v 1.160 1997/04/26 11:44:58 peter Exp $
# $Id: files.i386,v 1.161 1997/05/22 08:47:40 msmith Exp $
#
aic7xxx_asm optional ahc device-driver \
dependency "$S/dev/aic7xxx/*.[chyl]" \
@ -120,6 +120,7 @@ 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
i386/isa/ipl_funcs.c standard
i386/isa/isa.c optional isa device-driver
i386/isa/istallion.c optional stli device-driver
i386/isa/joy.c optional joy device-driver