bnxt: Add a module makefile to fix the build

Fixes:	35b53f8c98 ("bnxt_en: Add PFC, ETS & App TLVs protocols support")
This commit is contained in:
Mark Johnston 2024-05-28 08:02:19 -04:00
parent faeff3b851
commit bf56e8b9c8

View File

@ -0,0 +1,4 @@
SUBDIR= bnxt_en \
bnxt_re
.include <bsd.subdir.mk>