Deleted Added
full compact
files.i386 (27661) files.i386 (27674)
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.1 1997/07/24 19:05:09 smp Exp smp $
4# $Id: files.i386,v 1.167 1997/07/24 23:45:17 fsmp Exp $
5#
6aic7xxx_asm optional ahc device-driver \
7 dependency "$S/dev/aic7xxx/*.[chyl]" \
8 compile-with "cd $S/dev/aic7xxx; make obj; make BINDIR=${.CURDIR} all install" \
9 no-obj no-implicit-rule \
10 clean "aic7xxx_asm"
11#
12# The long compile-with and dependency lines are required because of

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

26 clean "linux_genassym"
27#
28linux_assym.h optional compat_linux \
29 dependency "linux_genassym" \
30 compile-with "./linux_genassym > $@" \
31 no-obj no-implicit-rule before-depend \
32 clean "linux_assym.h"
33#
5#
6aic7xxx_asm optional ahc device-driver \
7 dependency "$S/dev/aic7xxx/*.[chyl]" \
8 compile-with "cd $S/dev/aic7xxx; make obj; make BINDIR=${.CURDIR} all install" \
9 no-obj no-implicit-rule \
10 clean "aic7xxx_asm"
11#
12# The long compile-with and dependency lines are required because of

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

26 clean "linux_genassym"
27#
28linux_assym.h optional compat_linux \
29 dependency "linux_genassym" \
30 compile-with "./linux_genassym > $@" \
31 no-obj no-implicit-rule before-depend \
32 clean "linux_assym.h"
33#
34font8x16.o optional std8x16font \
35 compile-with "uudecode < /usr/share/syscons/fonts/${STD8X16FONT}-8x16.fnt && file2c 'unsigned char font_16[16*256] = {' '};' < ${STD8X16FONT}-8x16 > font8x16.c && ${CC} -c ${CFLAGS} font8x16.c" \
36 no-implicit-rule before-depend \
37 clean "${STD8X16FONT}-8x16 font8x16.c"
38#
34i386/scsi/93cx6.c optional ahc device-driver
35i386/apm/apm.c optional apm device-driver
36i386/apm/apm_setup.s optional apm
37i386/eisa/3c5x9.c optional ep device-driver
38i386/eisa/aic7770.c optional ahc device-driver \
39 dependency "aic7xxx_reg.h $S/i386/eisa/aic7770.c"
40i386/eisa/aha1742.c optional ahb device-driver
41i386/eisa/bt74x.c optional bt device-driver

--- 250 unchanged lines hidden ---
39i386/scsi/93cx6.c optional ahc device-driver
40i386/apm/apm.c optional apm device-driver
41i386/apm/apm_setup.s optional apm
42i386/eisa/3c5x9.c optional ep device-driver
43i386/eisa/aic7770.c optional ahc device-driver \
44 dependency "aic7xxx_reg.h $S/i386/eisa/aic7770.c"
45i386/eisa/aha1742.c optional ahb device-driver
46i386/eisa/bt74x.c optional bt device-driver

--- 250 unchanged lines hidden ---