ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/stable/0.8/sys/modules/em/Makefile
(Generate patch)

Comparing stable/0.8/sys/modules/em/Makefile (file contents):
Revision 9511 by laffer1, Wed Apr 13 00:29:37 2016 UTC vs.
Revision 9512 by laffer1, Wed Aug 16 01:52:43 2017 UTC

# Line 1 | Line 1
1   # $MidnightBSD$
2 < # $FreeBSD: src/sys/modules/em/Makefile,v 1.9.2.2.6.1 2010/02/10 00:26:20 kensmith Exp $
2 > # $FreeBSD: stable/10/sys/modules/em/Makefile 284522 2015-06-17 18:50:57Z sbruno $
3  
4   .include <bsd.own.mk>
5  
6   .PATH:  ${.CURDIR}/../../dev/e1000
7   KMOD    = if_em
8 < SRCS    = device_if.h bus_if.h pci_if.h opt_inet.h opt_inet6.h
8 > SRCS    = device_if.h bus_if.h pci_if.h opt_ddb.h opt_em.h opt_inet.h \
9 >          opt_inet6.h
10   SRCS    += $(CORE_SRC) $(LEGACY_SRC)
11   SRCS    += $(COMMON_SHARED) $(LEGACY_SHARED) $(PCIE_SHARED)
12   CORE_SRC = if_em.c e1000_osdep.c

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines