diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2015-06-09 14:31:18 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2015-06-09 14:31:18 +0000 |
| commit | 5296d0421ef486289f63f9b3fcafbcaa7b0ffb60 (patch) | |
| tree | b18da99744f46063f37e06f467dae6963fdd072f /sys/modules/em | |
| parent | 2c6946dca29a0481f1af751eda1ed9d97cdb92d5 (diff) | |
Notes
Diffstat (limited to 'sys/modules/em')
| -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 8005034120ad..1de7c62298e9 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 |
