Never but never have a bad hair day and go to the movies.

Go to a single dependancy in files.i386.  Using a .c file for the
sequencer code won't work since I need to know the size of the program,
so we just include the generated .h file as:
	"../../sys/gnu/misc/aic7770/aic7770_seq.h"
Reviewed by:
Submitted by:
Obtained from:
This commit is contained in:
Justin T. Gibbs 1994-11-18 09:08:01 +00:00
parent 1bb8699814
commit b0c8ba6fea
2 changed files with 2 additions and 4 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.61 1994/11/18 08:06:37 jkh Exp $
# $Id: files.i386,v 1.62 1994/11/18 08:20:56 jkh Exp $
#
i386/apm/apm.c optional apm device-driver
i386/apm/apm_setup.s optional apm
@ -46,7 +46,6 @@ i386/ibcs2/imgact_coff.c optional ibcs2
#i386/ibcs2/imgact_elf.c optional svr4
i386/isa/aha1542.c optional aha device-driver
i386/isa/aha1742.c optional ahb device-driver
gnu/misc/aha274x_seq.c optional ahc device-driver
i386/isa/aic7770.c optional ahc device-driver
i386/isa/aic6360.c optional aic device-driver
i386/isa/b004.c optional bqu 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.61 1994/11/18 08:06:37 jkh Exp $
# $Id: files.i386,v 1.62 1994/11/18 08:20:56 jkh Exp $
#
i386/apm/apm.c optional apm device-driver
i386/apm/apm_setup.s optional apm
@ -46,7 +46,6 @@ i386/ibcs2/imgact_coff.c optional ibcs2
#i386/ibcs2/imgact_elf.c optional svr4
i386/isa/aha1542.c optional aha device-driver
i386/isa/aha1742.c optional ahb device-driver
gnu/misc/aha274x_seq.c optional ahc device-driver
i386/isa/aic7770.c optional ahc device-driver
i386/isa/aic6360.c optional aic device-driver
i386/isa/b004.c optional bqu device-driver