diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2024-05-28 12:02:19 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2024-05-28 12:02:19 +0000 |
| commit | bf56e8b9c8639ac4447d223b83cdc128107cc3cd (patch) | |
| tree | 3d1a62a3a76fcc3497d669a7e0c2d8160d736e48 /sys/modules/bnxt | |
| parent | faeff3b851dae6e9eb836c59756476e162ea3c40 (diff) | |
Diffstat (limited to 'sys/modules/bnxt')
| -rw-r--r-- | sys/modules/bnxt/Makefile | 4 |
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> |
