aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ixl/Makefile
diff options
context:
space:
mode:
authorEric Joyner <erj@FreeBSD.org>2018-06-18 20:12:54 +0000
committerEric Joyner <erj@FreeBSD.org>2018-06-18 20:12:54 +0000
commit1031d839aa127290f6ef6e11d16472bf268616d4 (patch)
tree58b03910b98dff865ef749a998325fb3020522ad /sys/modules/ixl/Makefile
parent52666d36751d3a29959ef36b8d7fa159ee3f5430 (diff)
Notes
Diffstat (limited to 'sys/modules/ixl/Makefile')
-rw-r--r--sys/modules/ixl/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/modules/ixl/Makefile b/sys/modules/ixl/Makefile
index f69846d5f314..ac199617077e 100644
--- a/sys/modules/ixl/Makefile
+++ b/sys/modules/ixl/Makefile
@@ -3,11 +3,10 @@
.PATH: ${SRCTOP}/sys/dev/ixl
KMOD = if_ixl
-SRCS = device_if.h bus_if.h pci_if.h
-SRCS += opt_inet.h opt_inet6.h opt_rss.h opt_ixl.h
+SRCS = device_if.h bus_if.h pci_if.h ifdi_if.h
+SRCS += opt_inet.h opt_inet6.h opt_rss.h opt_ixl.h opt_iflib.h
SRCS += if_ixl.c ixl_pf_main.c ixl_pf_qmgr.c ixl_txrx.c ixl_pf_i2c.c i40e_osdep.c
-SRCS += ixl_iw.c
-SRCS.PCI_IOV= pci_iov_if.h ixl_pf_iov.c
+SRCS.PCI_IOV = pci_iov_if.h ixl_pf_iov.c
# Shared source
SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c i40e_dcb.c
@@ -15,4 +14,7 @@ SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c i40e
# Debug messages / sysctls
# CFLAGS += -DIXL_DEBUG
+#CFLAGS += -DIXL_IW
+#SRCS += ixl_iw.c
+
.include <bsd.kmod.mk>