Deleted Added
full compact
files.i386 (6663) files.i386 (6802)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# $Id: files.i386,v 1.84 1995/02/17 08:45:59 bde Exp $
4# $Id: files.i386,v 1.85 1995/02/23 17:19:54 bde Exp $
5#
6aic7xxx optional ahc device-driver \
5#
6aic7xxx optional ahc device-driver \
7 dependancy "$S/gnu/misc/aic7xxx/aic7xxx.c" \
7 dependency "$S/gnu/misc/aic7xxx/aic7xxx.c" \
8 compile-with "${CC} -o $@ $>" \
8 compile-with "${CC} -o $@ $>" \
9 no-obj no-implicit-rule
9 no-obj no-implicit-rule \
10 clean "aic7xxx"
10aic7xxx_seq.h optional ahc device-driver \
11aic7xxx_seq.h optional ahc device-driver \
11 dependancy "$S/gnu/misc/aic7xxx/aic7xxx.seq aic7xxx" \
12 dependency "$S/gnu/misc/aic7xxx/aic7xxx.seq aic7xxx" \
12 compile-with "./aic7xxx -o $@ $S/gnu/misc/aic7xxx/aic7xxx.seq" \
13 compile-with "./aic7xxx -o $@ $S/gnu/misc/aic7xxx/aic7xxx.seq" \
13 no-obj no-implicit-rule before-depend
14 no-obj no-implicit-rule before-depend \
15 clean "aic7xxx_seq.h"
14i386/apm/apm.c optional apm device-driver
15i386/apm/apm_setup.s optional apm
16i386/i386/autoconf.c standard device-driver
17i386/i386/conf.c standard
18i386/i386/cons.c standard
19i386/i386/db_disasm.c optional ddb
20i386/i386/db_interface.c optional ddb
21i386/i386/db_trace.c optional ddb

--- 119 unchanged lines hidden (view full) ---

141i386/isa/spkr.c optional speaker
142i386/isa/syscons.c optional sc device-driver
143i386/isa/tw.c optional tw device-driver
144i386/isa/ultra14f.c optional uha device-driver
145i386/isa/wd.c optional wd device-driver
146i386/isa/wd7000.c optional wds device-driver
147i386/isa/wt.c optional wt device-driver
148i386/scsi/aic7xxx.c optional ahc device-driver \
16i386/apm/apm.c optional apm device-driver
17i386/apm/apm_setup.s optional apm
18i386/i386/autoconf.c standard device-driver
19i386/i386/conf.c standard
20i386/i386/cons.c standard
21i386/i386/db_disasm.c optional ddb
22i386/i386/db_interface.c optional ddb
23i386/i386/db_trace.c optional ddb

--- 119 unchanged lines hidden (view full) ---

143i386/isa/spkr.c optional speaker
144i386/isa/syscons.c optional sc device-driver
145i386/isa/tw.c optional tw device-driver
146i386/isa/ultra14f.c optional uha device-driver
147i386/isa/wd.c optional wd device-driver
148i386/isa/wd7000.c optional wds device-driver
149i386/isa/wt.c optional wt device-driver
150i386/scsi/aic7xxx.c optional ahc device-driver \
149 dependancy "aic7xxx_seq.h"
151 dependency "aic7xxx_seq.h"
150gnu/i386/fpemul/div_small.s optional gpl_math_emulate
151gnu/i386/fpemul/errors.c optional gpl_math_emulate
152gnu/i386/fpemul/fpu_arith.c optional gpl_math_emulate
153gnu/i386/fpemul/fpu_aux.c optional gpl_math_emulate
154gnu/i386/fpemul/fpu_entry.c optional gpl_math_emulate
155gnu/i386/fpemul/fpu_etc.c optional gpl_math_emulate
156gnu/i386/fpemul/fpu_trig.c optional gpl_math_emulate
157gnu/i386/fpemul/get_address.c optional gpl_math_emulate

--- 26 unchanged lines hidden ---
152gnu/i386/fpemul/div_small.s optional gpl_math_emulate
153gnu/i386/fpemul/errors.c optional gpl_math_emulate
154gnu/i386/fpemul/fpu_arith.c optional gpl_math_emulate
155gnu/i386/fpemul/fpu_aux.c optional gpl_math_emulate
156gnu/i386/fpemul/fpu_entry.c optional gpl_math_emulate
157gnu/i386/fpemul/fpu_etc.c optional gpl_math_emulate
158gnu/i386/fpemul/fpu_trig.c optional gpl_math_emulate
159gnu/i386/fpemul/get_address.c optional gpl_math_emulate

--- 26 unchanged lines hidden ---