aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2022-06-05 17:59:46 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2022-06-05 17:59:46 +0000
commit32467e47b7b7d224ca51889bbb9233af0462d87f (patch)
tree080c9891a907deeb94334237b34ecc7d3855bf9d
parent966e279052f33b1665480e0327c177013cb8205a (diff)
downloadsrc-32467e47b7b7d224ca51889bbb9233af0462d87f.tar.gz
src-32467e47b7b7d224ca51889bbb9233af0462d87f.zip
if_glxgbe: fix stand-alone module build
Fix module build outside of kernel build environment. MFC after: 3 days
-rw-r--r--sys/modules/qlxgbe/Makefile2
1 files changed, 1 insertions, 1 deletions
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