From bf56e8b9c8639ac4447d223b83cdc128107cc3cd Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Tue, 28 May 2024 08:02:19 -0400 Subject: [PATCH] bnxt: Add a module makefile to fix the build Fixes: 35b53f8c989f ("bnxt_en: Add PFC, ETS & App TLVs protocols support") --- sys/modules/bnxt/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sys/modules/bnxt/Makefile 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