aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Grosbein <eugen@FreeBSD.org>2022-06-05 17:54:50 +0000
committerEugene Grosbein <eugen@FreeBSD.org>2022-06-05 17:58:40 +0000
commit966e279052f33b1665480e0327c177013cb8205a (patch)
tree24c4d501ee9d1f74f12d70328729908d8f6b4e42
parent809922b01004daf627ad4b8d92c7f98eb579043c (diff)
-rw-r--r--sys/modules/qlxgb/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.kmod.mk>