From 5296d0421ef486289f63f9b3fcafbcaa7b0ffb60 Mon Sep 17 00:00:00 2001 From: Sean Bruno Date: Tue, 9 Jun 2015 14:31:18 +0000 Subject: [PATCH] Include opt_em.h now that there are actual kernel compile options for em(4). Submitted by: jfv MFC after: 2 week Sponsored by: Limelight Networks --- sys/modules/em/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/modules/em/Makefile b/sys/modules/em/Makefile index 8005034120a..1de7c62298e 100644 --- a/sys/modules/em/Makefile +++ b/sys/modules/em/Makefile @@ -2,7 +2,8 @@ .PATH: ${.CURDIR}/../../dev/e1000 KMOD = if_em -SRCS = device_if.h bus_if.h pci_if.h opt_ddb.h opt_inet.h opt_inet6.h +SRCS = device_if.h bus_if.h pci_if.h opt_ddb.h opt_em.h opt_inet.h \ + opt_inet6.h SRCS += $(CORE_SRC) $(LEGACY_SRC) SRCS += $(COMMON_SHARED) $(LEGACY_SHARED) $(PCIE_SHARED) CORE_SRC = if_em.c e1000_osdep.c