aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/nctgpio/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/nctgpio/Makefile')
-rw-r--r--sys/modules/nctgpio/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/modules/nctgpio/Makefile b/sys/modules/nctgpio/Makefile
new file mode 100644
index 000000000000..88e133d7f74b
--- /dev/null
+++ b/sys/modules/nctgpio/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/nctgpio
+KMOD= nctgpio
+SRCS= nctgpio.c
+SRCS+= device_if.h bus_if.h isa_if.h gpio_if.h opt_platform.h
+
+.include <bsd.kmod.mk>