Totally gut this thing and just use a precompiled gnu/misc/aha274x_seq.c

instead.  The entire scheme just doesn't work as envisioned (hint: think
about make depend as well as all).  Those extremely rare individuals who
actually hack on the sequencer code will know how to keep stuff in sync,
I *do* get the feeling!
This commit is contained in:
Jordan K. Hubbard 1994-11-18 08:06:37 +00:00
parent fc3891cfb4
commit 6328676293
2 changed files with 6 additions and 22 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.59 1994/11/03 15:51:38 jkh Exp $
# $Id: files.i386,v 1.60 1994/11/17 20:20:54 gibbs Exp $
#
i386/apm/apm.c optional apm device-driver
i386/apm/apm_setup.s optional apm
@ -46,16 +46,8 @@ 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
aic7770 optional ahc device-driver \
compile-with "${CC} $> -o $@" \
dependancy "$S/gnu/misc/aic7770/aic7770.c" \
no-obj no-implicit-rule
aha274x_seq.h optional ahc device-driver \
compile-with "${.CURDIR}/aic7770 -o $@ $>" \
dependancy "$S/gnu/misc/aha274x.seq" \
no-obj no-implicit-rule
i386/isa/aha2742.c optional ahc device-driver \
dependancy "aha274x_seq.h aic7770"
gnu/misc/aha274x_seq.c optional ahc device-driver
i386/isa/aha2742.c optional ahc device-driver
i386/isa/aic6360.c optional aic device-driver
i386/isa/b004.c optional bqu device-driver
i386/isa/bt742a.c optional bt 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.59 1994/11/03 15:51:38 jkh Exp $
# $Id: files.i386,v 1.60 1994/11/17 20:20:54 gibbs Exp $
#
i386/apm/apm.c optional apm device-driver
i386/apm/apm_setup.s optional apm
@ -46,16 +46,8 @@ 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
aic7770 optional ahc device-driver \
compile-with "${CC} $> -o $@" \
dependancy "$S/gnu/misc/aic7770/aic7770.c" \
no-obj no-implicit-rule
aha274x_seq.h optional ahc device-driver \
compile-with "${.CURDIR}/aic7770 -o $@ $>" \
dependancy "$S/gnu/misc/aha274x.seq" \
no-obj no-implicit-rule
i386/isa/aha2742.c optional ahc device-driver \
dependancy "aha274x_seq.h aic7770"
gnu/misc/aha274x_seq.c optional ahc device-driver
i386/isa/aha2742.c optional ahc device-driver
i386/isa/aic6360.c optional aic device-driver
i386/isa/b004.c optional bqu device-driver
i386/isa/bt742a.c optional bt device-driver