mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
if_em.ko: fix module build outside of kernel build environment
MFC after: 3 days
This commit is contained in:
parent
2c8d44449b
commit
c0460cf2e4
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
.PATH: ${SRCTOP}/sys/dev/e1000
|
||||
KMOD = if_em
|
||||
SRCS = device_if.h bus_if.h pci_if.h opt_ddb.h opt_inet.h \
|
||||
opt_inet6.h ifdi_if.h
|
||||
opt_inet6.h opt_rss.h ifdi_if.h
|
||||
SRCS += $(CORE_SRC) $(LEGACY_SRC)
|
||||
SRCS += $(COMMON_SHARED) $(LEGACY_SHARED) $(PCIE_SHARED)
|
||||
CORE_SRC = if_em.c em_txrx.c e1000_osdep.c
|
||||
|
|
|
|||
Loading…
Reference in a new issue