mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
add ipl_funcs.c (Hmm.. should probably use a "compile-with" arg rather
than a Makefile.i386 hook)
This commit is contained in:
parent
752bbf7aa8
commit
49c6ff7dc2
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue