summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2000-09-16 20:00:13 +0000
committergibbs <gibbs@FreeBSD.org>2000-09-16 20:00:13 +0000
commitb4ec565e1f9fb08395a52d9be1d736c5d8d4c175 (patch)
tree42ee7d58a1fd36ef49ddb74c1febeb295473ca3a
parent7d33636597d68dd7f470a4aab01135efafec23b7 (diff)
downloadFreeBSD-src-b4ec565e1f9fb08395a52d9be1d736c5d8d4c175.zip
FreeBSD-src-b4ec565e1f9fb08395a52d9be1d736c5d8d4c175.tar.gz
Update for aic7xxx driver reorganization.
-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