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.
This commit is contained in:
parent
430538becb
commit
321ea9d933
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user