files (d41c96ee24faf7c80b8a52b887c6689f424f7fc1) files (e8ddcfd6a1f93dace1e2dfbe839b49ee39b3b0f1)
1aicasm optional ahc device-driver \
2 dependency "$S/dev/aic7xxx/*.[chyl]" \
3 compile-with "${MAKE} -f $S/dev/aic7xxx/Makefile MAKESRCPATH=$S/dev/aic7xxx" \
4 no-obj no-implicit-rule \
5 clean "aicasm"
6#
7# The long compile-with and dependency lines are required because of
8# limitations in config: backslash-newline doesn't work in strings, and
9# dependency lines other than the first are silently ignored.
10#
11aic7xxx_{seq,reg}.h optional ahc device-driver \
12 compile-with "./aicasm ${INCLUDES} -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \
13 no-obj no-implicit-rule before-depend \
14 clean "aic7xxx_seq.h aic7xxx_reg.h" \
15 dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/scsi/scsi_message.h aicasm"
1aicasm optional ahc device-driver \
2 dependency "$S/dev/aic7xxx/*.[chyl]" \
3 compile-with "${MAKE} -f $S/dev/aic7xxx/Makefile MAKESRCPATH=$S/dev/aic7xxx" \
4 no-obj no-implicit-rule \
5 clean "aicasm"
6#
7# The long compile-with and dependency lines are required because of
8# limitations in config: backslash-newline doesn't work in strings, and
9# dependency lines other than the first are silently ignored.
10#
11aic7xxx_{seq,reg}.h optional ahc device-driver \
12 compile-with "./aicasm ${INCLUDES} -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \
13 no-obj no-implicit-rule before-depend \
14 clean "aic7xxx_seq.h aic7xxx_reg.h" \
15 dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/scsi/scsi_message.h aicasm"
16kern/subr_bus.c standard
16kern/subr_bus.c standard \
17 dependency "device_if.h bus_if.h"
17device_if.o standard \
18 dependency "device_if.c" \
19 compile-with "${NORMAL_C}" \
20 no-implicit-rule local
21device_if.c standard \
22 dependency "$S/kern/makedevops.sh $S/kern/device_if.m" \
23 compile-with "sh $S/kern/makedevops.sh -c $S/kern/device_if.m" \
24 no-obj no-implicit-rule before-depend local \

--- 516 unchanged lines hidden ---
18device_if.o standard \
19 dependency "device_if.c" \
20 compile-with "${NORMAL_C}" \
21 no-implicit-rule local
22device_if.c standard \
23 dependency "$S/kern/makedevops.sh $S/kern/device_if.m" \
24 compile-with "sh $S/kern/makedevops.sh -c $S/kern/device_if.m" \
25 no-obj no-implicit-rule before-depend local \

--- 516 unchanged lines hidden ---