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