From a3f1ec8d9137a747bb6fb8386bf2ffedb532146f Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Wed, 27 Jul 2016 20:48:15 +0000 Subject: [PATCH] opt_bdg.h was removed in r150636. MFC after: 3 days Sponsored by: EMC / Isilon Storage Division --- sys/modules/ixl/Makefile | 2 +- sys/modules/ixlv/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/modules/ixl/Makefile b/sys/modules/ixl/Makefile index 2f969a5a497f..91d85cfd41c6 100644 --- a/sys/modules/ixl/Makefile +++ b/sys/modules/ixl/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../dev/ixl KMOD = if_ixl -SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h opt_bdg.h +SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h SRCS += opt_inet.h opt_inet6.h opt_rss.h SRCS += if_ixl.c ixl_txrx.c i40e_osdep.c diff --git a/sys/modules/ixlv/Makefile b/sys/modules/ixlv/Makefile index 8b902752d743..ba9901f921e3 100755 --- a/sys/modules/ixlv/Makefile +++ b/sys/modules/ixlv/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../dev/ixl KMOD = if_ixlv -SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h opt_bdg.h +SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h SRCS += opt_inet.h opt_inet6.h opt_rss.h SRCS += if_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c