git: 12af59c2cf8d - main - mlx5ib: Add missing auto generated header file to Makefile.

From: Hans Petter Selasky <hselasky_at_FreeBSD.org>
Date: Thu, 03 Feb 2022 16:36:12 UTC
The branch main has been updated by hselasky:

URL: https://cgit.FreeBSD.org/src/commit/?id=12af59c2cf8dbede2c1386c4744e725b1e1f8bd9

commit 12af59c2cf8dbede2c1386c4744e725b1e1f8bd9
Author:     Hans Petter Selasky <hselasky@FreeBSD.org>
AuthorDate: 2022-02-03 16:11:39 +0000
Commit:     Hans Petter Selasky <hselasky@FreeBSD.org>
CommitDate: 2022-02-03 16:35:12 +0000

    mlx5ib: Add missing auto generated header file to Makefile.
    
    MFC after:      1 week
    Sponsored by:   NVIDIA Networking
---
 sys/modules/mlx5ib/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/modules/mlx5ib/Makefile b/sys/modules/mlx5ib/Makefile
index 28ebbe19e0a6..16f74fc000e8 100644
--- a/sys/modules/mlx5ib/Makefile
+++ b/sys/modules/mlx5ib/Makefile
@@ -17,7 +17,7 @@ mlx5_ib_qp.c \
 mlx5_ib_srq.c \
 mlx5_ib_virt.c
 SRCS+=	${LINUXKPI_GENSRCS}
-SRCS+= 	opt_inet.h opt_inet6.h opt_ratelimit.h
+SRCS+= 	opt_inet.h opt_inet6.h opt_ratelimit.h opt_rss.h 
 
 CFLAGS+= -I${SRCTOP}/sys/ofed/include
 CFLAGS+= -I${SRCTOP}/sys/ofed/include/uapi