summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2018-05-08 15:00:13 -0300
committerRenato Botelho <renato@netgate.com>2018-05-08 15:00:13 -0300
commit71be493a5525d9c034e2ed731dff247c03e87833 (patch)
treed04e6aa80b3e21de1e2939d5ef114662dc3fb6f2 /sys/modules
parentca75b2c60089c1f7ad832a2a93dbf5266daedd67 (diff)
parent5801fdddeba7acdc937cef898a45653c6af7a131 (diff)
downloadFreeBSD-src-71be493a5525d9c034e2ed731dff247c03e87833.zip
FreeBSD-src-71be493a5525d9c034e2ed731dff247c03e87833.tar.gz
Merge remote-tracking branch 'origin/stable/11' into devel-11
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ixl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ixl/Makefile b/sys/modules/ixl/Makefile
index daacaec..de59d37 100644
--- a/sys/modules/ixl/Makefile
+++ b/sys/modules/ixl/Makefile
@@ -9,7 +9,7 @@ SRCS += if_ixl.c ixl_pf_main.c ixl_pf_qmgr.c ixl_txrx.c ixl_pf_i2c.c i40e_osd
SRCS += ixl_pf_iov.c ixl_iw.c
# Shared source
-SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c
+SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c i40e_dcb.c
# Debug messages / sysctls
# CFLAGS += -DIXL_DEBUG
OpenPOWER on IntegriCloud