Date: Sun, 5 Jun 2022 18:06:42 GMT From: Eugene Grosbein <eugen@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 32467e47b7b7 - main - if_glxgbe: fix stand-alone module build Message-ID: <202206051806.255I6gRO025762@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=32467e47b7b7d224ca51889bbb9233af0462d87f commit 32467e47b7b7d224ca51889bbb9233af0462d87f Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2022-06-05 17:59:46 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2022-06-05 17:59:46 +0000 if_glxgbe: fix stand-alone module build Fix module build outside of kernel build environment. MFC after: 3 days --- sys/modules/qlxgbe/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/qlxgbe/Makefile b/sys/modules/qlxgbe/Makefile index 81402e4f5a82..3a83bd967082 100644 --- a/sys/modules/qlxgbe/Makefile +++ b/sys/modules/qlxgbe/Makefile @@ -42,7 +42,7 @@ SRCS+= ql_fw.c SRCS+= ql_boot.c SRCS+= ql_minidump.c -SRCS+= device_if.h bus_if.h pci_if.h +SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h CFLAGS += -DQLA_LOCK_NO_SLEEP=1 #CFLAGS += -DQL_DBG -g
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206051806.255I6gRO025762>