files.i386 (5f07393373c8129e9ee8b7c470b65779f08df195) | files.i386 (c66dbc92d4306f55bc0295e462410248ce3746ff) |
---|---|
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.172 1997/08/28 12:18:08 jkh Exp $ | 4# $Id: files.i386,v 1.173 1997/08/28 14:36:42 jlemon Exp $ |
5# | 5# |
6aic7xxx_asm optional ahc device-driver \ | 6aicasm optional ahc device-driver \ |
7 dependency "$S/dev/aic7xxx/*.[chyl]" \ | 7 dependency "$S/dev/aic7xxx/*.[chyl]" \ |
8 compile-with "cd $S/dev/aic7xxx; make obj; make BINDIR=${.CURDIR} all install" \ | 8 compile-with "make -f $S/dev/aic7xxx/Makefile MAKESRCPATH=$S/dev/aic7xxx" \ |
9 no-obj no-implicit-rule \ | 9 no-obj no-implicit-rule \ |
10 clean "aic7xxx_asm" | 10 clean "aicasm" |
11# 12# The long compile-with and dependency lines are required because of 13# limitations in config: backslash-newline doesn't work in strings, and 14# dependency lines other than the first are silently ignored. 15# 16aic7xxx_{seq,reg}.h optional ahc device-driver \ | 11# 12# The long compile-with and dependency lines are required because of 13# limitations in config: backslash-newline doesn't work in strings, and 14# dependency lines other than the first are silently ignored. 15# 16aic7xxx_{seq,reg}.h optional ahc device-driver \ |
17 compile-with "./aic7xxx_asm ${INCLUDES} -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \ | 17 compile-with "./aicasm ${INCLUDES} -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \ |
18 no-obj no-implicit-rule before-depend \ 19 clean "aic7xxx_seq.h aic7xxx_reg.h" \ | 18 no-obj no-implicit-rule before-depend \ 19 clean "aic7xxx_seq.h aic7xxx_reg.h" \ |
20 dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/scsi/scsi_message.h aic7xxx_asm" | 20 dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/scsi/scsi_message.h aicasm" |
21# 22linux_genassym optional compat_linux \ 23 dependency "$S/i386/linux/linux_genassym.c $S/i386/linux/linux.h" \ 24 compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ $<" \ 25 no-obj no-implicit-rule \ 26 clean "linux_genassym" 27# 28linux_assym.h optional compat_linux \ --- 273 unchanged lines hidden --- | 21# 22linux_genassym optional compat_linux \ 23 dependency "$S/i386/linux/linux_genassym.c $S/i386/linux/linux.h" \ 24 compile-with "${CC} ${CFLAGS} ${PARAM} -UKERNEL -o $@ $<" \ 25 no-obj no-implicit-rule \ 26 clean "linux_genassym" 27# 28linux_assym.h optional compat_linux \ --- 273 unchanged lines hidden --- |