summaryrefslogtreecommitdiffstats
path: root/sys/modules/hfa/Makefile
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2002-04-17 00:26:09 +0000
committermdodd <mdodd@FreeBSD.org>2002-04-17 00:26:09 +0000
commit4cd83349e47f271d973164bdc362630f19637f65 (patch)
tree21f034bbb03581cd5c36a2f24d4308b757d11fd6 /sys/modules/hfa/Makefile
parente914cc2fa2f90ac19ef0dd05e8468a1d5980ad36 (diff)
downloadFreeBSD-src-4cd83349e47f271d973164bdc362630f19637f65.zip
FreeBSD-src-4cd83349e47f271d973164bdc362630f19637f65.tar.gz
- Convert the 'hfa' ATM interface driver to newbus.
- Add stubs for EISA and SBUS cards. (VME, FutureBUS, and TurboChannel stubs not provided.) - Add infrastructure to build driver and bus front-end modules.
Diffstat (limited to 'sys/modules/hfa/Makefile')
-rw-r--r--sys/modules/hfa/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/modules/hfa/Makefile b/sys/modules/hfa/Makefile
new file mode 100644
index 0000000..9640830
--- /dev/null
+++ b/sys/modules/hfa/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+SUBDIR= hfa pci
+
+.ifdef notyet
+.if ${MACHINE_ARCH} == "i386"
+SUBDIR+=eisa
+.endif
+
+.if ${MACHINE_ARCH} == "sparc64"
+SUBDIR+=sbus
+.endif
+.endif
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud