summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2000-09-22 22:06:28 +0000
committergibbs <gibbs@FreeBSD.org>2000-09-22 22:06:28 +0000
commitc15214675bf82e6bb5c7e9d3c4000ca4db702f60 (patch)
tree0b1edc20dd280848378d564b9f83e0c0fa3d7d5e /sys/conf
parent71eebd6fed25c4037ccbdbb530b2724dd44177ff (diff)
downloadFreeBSD-src-c15214675bf82e6bb5c7e9d3c4000ca4db702f60.zip
FreeBSD-src-c15214675bf82e6bb5c7e9d3c4000ca4db702f60.tar.gz
Use quoted includes instead of full path references inside the aic7xxx
sequencer files. Different platforms place the included files in different locations and it is easier to modify the include path passed as arguments to the assembler than adding #ifdef support to the assembler.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 1b4d871..9a9cbc1 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -10,7 +10,7 @@ aicasm optional ahc \
no-obj no-implicit-rule \
clean "aicasm aicasm_gram.c aicasm_scan.c y.tab.h"
aic7xxx_{seq,reg}.h optional ahc \
- compile-with "./aicasm ${INCLUDES} -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \
+ compile-with "./aicasm ${INCLUDES} -I$S/cam/scsi -I$S/dev/aic7xxx -o aic7xxx_seq.h -r aic7xxx_reg.h $S/dev/aic7xxx/aic7xxx.seq" \
no-obj no-implicit-rule before-depend \
clean "aic7xxx_seq.h aic7xxx_reg.h" \
dependency "$S/dev/aic7xxx/aic7xxx.{reg,seq} $S/cam/scsi/scsi_message.h aicasm"
OpenPOWER on IntegriCloud