diff options
author | sbruno <sbruno@FreeBSD.org> | 2015-06-09 14:31:18 +0000 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2015-06-09 14:31:18 +0000 |
commit | 29deace37f7a552ce2b952a434867744b58f158d (patch) | |
tree | b18da99744f46063f37e06f467dae6963fdd072f /sys/modules | |
parent | 557733c8f37eac4667e3eef4422fcdd0556f73ca (diff) | |
download | FreeBSD-src-29deace37f7a552ce2b952a434867744b58f158d.zip FreeBSD-src-29deace37f7a552ce2b952a434867744b58f158d.tar.gz |
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
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/em/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/modules/em/Makefile b/sys/modules/em/Makefile index 8005034..1de7c62 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 |