git: 20634f026179 - main - if_qlxge: fix stand-alone module build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Jun 2022 18:06:43 UTC
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