diff options
| author | Sean Bruno <sbruno@FreeBSD.org> | 2017-01-12 14:38:18 +0000 |
|---|---|---|
| committer | Sean Bruno <sbruno@FreeBSD.org> | 2017-01-12 14:38:18 +0000 |
| commit | 062a4b8c687c93b395507b1c3b972c2c33552731 (patch) | |
| tree | 27075e6dcf6185922b9457d6a5bfa30fb9450622 /sys/modules/em | |
| parent | 0aa7d3ff9ea9e5bbfacee813addb17bfde6bfcab (diff) | |
Notes
Diffstat (limited to 'sys/modules/em')
| -rw-r--r-- | sys/modules/em/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/em/Makefile b/sys/modules/em/Makefile index ead132978052..18f16756bfa5 100644 --- a/sys/modules/em/Makefile +++ b/sys/modules/em/Makefile @@ -3,7 +3,7 @@ .PATH: ${.CURDIR}/../../dev/e1000 KMOD = if_em -SRCS = device_if.h bus_if.h pci_if.h opt_ddb.h opt_em.h opt_inet.h \ +SRCS = device_if.h bus_if.h pci_if.h opt_ddb.h opt_inet.h \ opt_inet6.h ifdi_if.h SRCS += $(CORE_SRC) $(LEGACY_SRC) SRCS += $(COMMON_SHARED) $(LEGACY_SHARED) $(PCIE_SHARED) |
