Date: Wed, 8 Jun 2022 01:21:39 GMT From: Eugene Grosbein <eugen@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: eafbf796dbb3 - stable/13 - if_qlxge: fix stand-alone module build Message-ID: <202206080121.2581LdD2012760@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by eugen: URL: https://cgit.FreeBSD.org/src/commit/?id=eafbf796dbb3f707360dd98bfd8c8f31ec0ee926 commit eafbf796dbb3f707360dd98bfd8c8f31ec0ee926 Author: Eugene Grosbein <eugen@FreeBSD.org> AuthorDate: 2022-06-05 18:05:02 +0000 Commit: Eugene Grosbein <eugen@FreeBSD.org> CommitDate: 2022-06-08 01:19:51 +0000 if_qlxge: fix stand-alone module build Fix module build outside of kernel build environment. (cherry picked from commit 20634f026179ac73d4ea780138789195e335f275) --- sys/modules/qlxge/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/qlxge/Makefile b/sys/modules/qlxge/Makefile index 54351b68cb3e..8956f6ed93fd 100644 --- a/sys/modules/qlxge/Makefile +++ b/sys/modules/qlxge/Makefile @@ -37,7 +37,7 @@ KMOD=if_qlxge SRCS=qls_os.c qls_dbg.c qls_hw.c qls_isr.c qls_dump.c SRCS+=qls_ioctl.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 += -DQL_DBG
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206080121.2581LdD2012760>