summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic7xxx/Makefile
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2002-08-01 01:36:39 +0000
committerscottl <scottl@FreeBSD.org>2002-08-01 01:36:39 +0000
commit450d541ee0469845cb4418ffa57d92ae31b71faa (patch)
treebe5095f80df56be8ca9d342e09995e930e317206 /sys/modules/aic7xxx/Makefile
parent3ce5d5484cfbe7bd6f19b66612d0a5582f13fab0 (diff)
downloadFreeBSD-src-450d541ee0469845cb4418ffa57d92ae31b71faa.zip
FreeBSD-src-450d541ee0469845cb4418ffa57d92ae31b71faa.tar.gz
Allow the ahc and ahd drivers to be built as modules. This also
breaks the ahc driver into a core back-end and pci and eisa front-ends.
Diffstat (limited to 'sys/modules/aic7xxx/Makefile')
-rw-r--r--sys/modules/aic7xxx/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/modules/aic7xxx/Makefile b/sys/modules/aic7xxx/Makefile
new file mode 100644
index 0000000..47550f0
--- /dev/null
+++ b/sys/modules/aic7xxx/Makefile
@@ -0,0 +1,6 @@
+
+# $FreeBSD$
+
+SUBDIR= aicasm ahc ahd
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud