aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bhnd/siba_bhndb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/bhnd/siba_bhndb/Makefile')
-rw-r--r--sys/modules/bhnd/siba_bhndb/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/bhnd/siba_bhndb/Makefile b/sys/modules/bhnd/siba_bhndb/Makefile
new file mode 100644
index 000000000000..ccf978edf515
--- /dev/null
+++ b/sys/modules/bhnd/siba_bhndb/Makefile
@@ -0,0 +1,11 @@
+
+.PATH: ${SRCTOP}/sys/dev/bhnd/siba
+
+KMOD= siba_bhndb
+SRCS= siba_bhndb.c
+
+SRCS+= bhnd_bus_if.h bhnd_erom_if.h
+SRCS+= bhndb_bus_if.h bhndb_if.h
+SRCS+= device_if.h bus_if.h
+
+.include <bsd.kmod.mk>