summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/files17
1 files changed, 9 insertions, 8 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 0e86a12..8837fe4 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -6,7 +6,7 @@
#
aicasm optional ahc \
dependency "$S/dev/aic7xxx/*.[chyl]" \
- compile-with "${MAKE} -f $S/dev/aic7xxx/Makefile MAKESRCPATH=$S/dev/aic7xxx" \
+ compile-with "${MAKE} -f $S/dev/aic7xxx/aicasm/Makefile MAKESRCPATH=$S/dev/aic7xxx/aicasm" \
no-obj no-implicit-rule \
clean "aicasm aicasm_gram.c aicasm_scan.c y.tab.h"
aic7xxx_{seq,reg}.h optional ahc \
@@ -101,13 +101,14 @@ dev/aha/aha_mca.c optional aha mca
dev/ahb/ahb.c optional ahb eisa
dev/aic/aic.c optional aic
dev/aic/aic_pccard.c optional aic card
-dev/aic7xxx/93cx6.c optional ahc
-dev/aic7xxx/ahc_eisa.c optional ahc eisa \
- dependency "aic7xxx_reg.h $S/dev/aic7xxx/ahc_eisa.c"
-dev/aic7xxx/ahc_pci.c optional ahc pci \
- dependency "aic7xxx_reg.h $S/dev/aic7xxx/ahc_pci.c"
-dev/aic7xxx/aic7xxx.c optional ahc \
- dependency "aic7xxx_{reg,seq}.h"
+dev/aic7xxx/aic7770.c optional ahc eisa
+dev/aic7xxx/ahc_eisa.c optional ahc eisa
+#dev/aic7xxx/ahc_isa.c optional ahc isa
+dev/aic7xxx/ahc_pci.c optional ahc pci
+dev/aic7xxx/aic7xxx.c optional ahc
+dev/aic7xxx/aic7xxx_93cx6.c optional ahc
+dev/aic7xxx/aic7xxx_freebsd.c optional ahc
+dev/aic7xxx/aic7xxx_pci.c optional ahc pci
dev/amr/amr.c optional amr
dev/amr/amr_disk.c optional amr
dev/amr/amr_pci.c optional amr
OpenPOWER on IntegriCloud