summaryrefslogtreecommitdiffstats
path: root/sys/modules/amd
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2002-12-13 22:59:18 +0000
committerscottl <scottl@FreeBSD.org>2002-12-13 22:59:18 +0000
commita109c1e8f852f9627f28cc3d16bc92a8c99793c5 (patch)
treed2f35ef6991e2384a9f7b15809945fd84996c7f8 /sys/modules/amd
parent4f48184fb2c8948c406b21c3f802b5b281cef957 (diff)
downloadFreeBSD-src-a109c1e8f852f9627f28cc3d16bc92a8c99793c5.zip
FreeBSD-src-a109c1e8f852f9627f28cc3d16bc92a8c99793c5.tar.gz
Move the amd(4) driver to it's own directory in preparation for it growing
an sbus front-end.
Diffstat (limited to 'sys/modules/amd')
-rw-r--r--sys/modules/amd/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/amd/Makefile b/sys/modules/amd/Makefile
new file mode 100644
index 0000000..fbaae5c
--- /dev/null
+++ b/sys/modules/amd/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/amd
+
+KMOD= amd
+SRCS= amd.c
+SRCS+= opt_scsi.h opt_cam.h
+SRCS+= device_if.h bus_if.h pci_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud