aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ixgbe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ixgbe/Makefile')
-rw-r--r--sys/modules/ixgbe/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/ixgbe/Makefile b/sys/modules/ixgbe/Makefile
index ae31c151a1e7..49832e6e361c 100644
--- a/sys/modules/ixgbe/Makefile
+++ b/sys/modules/ixgbe/Makefile
@@ -1,14 +1,14 @@
#$FreeBSD$
.PATH: ${.CURDIR}/../../dev/ixgbe
KMOD = ixgbe
-SRCS = device_if.h bus_if.h pci_if.h opt_bdg.h
+SRCS = device_if.h bus_if.h pci_if.h
SRCS += ixgbe.c
# Shared source
SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_82598.c
CFLAGS+= -I${.CURDIR}/../../dev/ixgbe
clean:
- rm -f opt_bdg.h device_if.h bus_if.h pci_if.h setdef* *_StripErr
+ rm -f device_if.h bus_if.h pci_if.h setdef* *_StripErr
rm -f *.o *.kld *.ko
rm -f @ machine