summaryrefslogtreecommitdiffstats
path: root/sys/modules/gx
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/gx')
-rw-r--r--sys/modules/gx/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/gx/Makefile b/sys/modules/gx/Makefile
new file mode 100644
index 0000000..72c6494
--- /dev/null
+++ b/sys/modules/gx/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/gx
+
+KMOD= if_gx
+SRCS= if_gx.c opt_bdg.h device_if.h bus_if.h pci_if.h miibus_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud