mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
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
This commit is contained in:
parent
2c6946dca2
commit
5296d0421e
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue