Deleted Added
full compact
files.pc98 (24957) files.pc98 (25195)
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# modified for PC-9801
5#
1# This file tells config what files go into building a kernel,
2# files marked standard are always included.
3#
4# modified for PC-9801
5#
6# $Id: files.pc98,v 1.21 1997/04/08 10:33:24 kato Exp $
6# $Id: files.pc98,v 1.22 1997/04/15 11:43:10 kato Exp $
7#
8aic7xxx_asm optional ahc device-driver \
9 dependency "$S/dev/aic7xxx/*.[chyl]" \
10 compile-with "cd $S/dev/aic7xxx; make obj; make BINDIR=${.CURDIR} all install" \
11 no-obj no-implicit-rule \
12 clean "aic7xxx_asm"
13#
14aic7xxx_{seq,reg}.h optional ahc device-driver \

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

51i386/i386/in_cksum.c optional inet
52i386/i386/initcpu.c standard
53# locore.s needs to be handled in Makefile to put it first. Otherwise it's
54# now normal.
55# i386/i386/locore.s standard
56pc98/i386/machdep.c standard
57i386/i386/math_emulate.c optional math_emulate
58i386/i386/mem.c standard
7#
8aic7xxx_asm optional ahc device-driver \
9 dependency "$S/dev/aic7xxx/*.[chyl]" \
10 compile-with "cd $S/dev/aic7xxx; make obj; make BINDIR=${.CURDIR} all install" \
11 no-obj no-implicit-rule \
12 clean "aic7xxx_asm"
13#
14aic7xxx_{seq,reg}.h optional ahc device-driver \

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

51i386/i386/in_cksum.c optional inet
52i386/i386/initcpu.c standard
53# locore.s needs to be handled in Makefile to put it first. Otherwise it's
54# now normal.
55# i386/i386/locore.s standard
56pc98/i386/machdep.c standard
57i386/i386/math_emulate.c optional math_emulate
58i386/i386/mem.c standard
59i386/i386/mp_machdep.c optional smp
60i386/i386/mpapic.c optional smp
61i386/i386/mpboot.s optional smp
62i386/i386/mplock.s optional smp
59pc98/i386/microtime.s standard
60i386/i386/perfmon.c optional perfmon profiling-routine
61i386/i386/perfmon.c optional perfmon
62i386/i386/pmap.c standard
63i386/i386/procfs_machdep.c standard
64i386/i386/support.s standard
65i386/i386/swtch.s standard
66i386/i386/sys_machdep.c standard

--- 223 unchanged lines hidden ---
63pc98/i386/microtime.s standard
64i386/i386/perfmon.c optional perfmon profiling-routine
65i386/i386/perfmon.c optional perfmon
66i386/i386/pmap.c standard
67i386/i386/procfs_machdep.c standard
68i386/i386/support.s standard
69i386/i386/swtch.s standard
70i386/i386/sys_machdep.c standard

--- 223 unchanged lines hidden ---