summaryrefslogtreecommitdiffstats
path: root/sys/modules/gx
diff options
context:
space:
mode:
authorjlemon <jlemon@FreeBSD.org>2001-10-19 02:21:16 +0000
committerjlemon <jlemon@FreeBSD.org>2001-10-19 02:21:16 +0000
commitca935bd11310afc8251c8335a52105e85295ab91 (patch)
treef3051efddd5f3fc32bf9ac2ac3038b17bbc0eb3b /sys/modules/gx
parentb6b08bd6e78b2f0aed22d76e8589dc9f446275dd (diff)
downloadFreeBSD-src-ca935bd11310afc8251c8335a52105e85295ab91.zip
FreeBSD-src-ca935bd11310afc8251c8335a52105e85295ab91.tar.gz
Hook the gx module up to the build.
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