From 966e279052f33b1665480e0327c177013cb8205a Mon Sep 17 00:00:00 2001 From: Eugene Grosbein Date: Mon, 6 Jun 2022 00:54:50 +0700 Subject: [PATCH] if_glxgb: fix stand-alone module build Fix module build outside of kernel build environment. MFC after: 3 days --- sys/modules/qlxgb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/qlxgb/Makefile b/sys/modules/qlxgb/Makefile index cb53184d3154..49a7779d9054 100644 --- a/sys/modules/qlxgb/Makefile +++ b/sys/modules/qlxgb/Makefile @@ -33,6 +33,6 @@ KMOD= if_qlxgb SRCS= qla_os.c qla_dbg.c qla_hw.c qla_misc.c qla_isr.c qla_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 .include