aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bnxt
diff options
context:
space:
mode:
authorMark Johnston <markj@FreeBSD.org>2024-05-28 12:02:19 +0000
committerMark Johnston <markj@FreeBSD.org>2024-05-28 12:02:19 +0000
commitbf56e8b9c8639ac4447d223b83cdc128107cc3cd (patch)
tree3d1a62a3a76fcc3497d669a7e0c2d8160d736e48 /sys/modules/bnxt
parentfaeff3b851dae6e9eb836c59756476e162ea3c40 (diff)
Diffstat (limited to 'sys/modules/bnxt')
-rw-r--r--sys/modules/bnxt/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/bnxt/Makefile b/sys/modules/bnxt/Makefile
new file mode 100644
index 000000000000..32aec4806a2c
--- /dev/null
+++ b/sys/modules/bnxt/Makefile
@@ -0,0 +1,4 @@
+SUBDIR= bnxt_en \
+ bnxt_re
+
+.include <bsd.subdir.mk>