Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Jun 2022 18:06:43 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: 20634f026179 - main - if_qlxge: fix stand-alone module build
Message-ID:  <202206051806.255I6hJi025791@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=20634f026179ac73d4ea780138789195e335f275

commit 20634f026179ac73d4ea780138789195e335f275
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2022-06-05 18:05:02 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2022-06-05 18:05:02 +0000

    if_qlxge: fix stand-alone module build
    
    Fix module build outside of kernel build environment.
    
    MFC after:      3 days
---
 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?202206051806.255I6hJi025791>