Linux-libre 5.4.48-gnu
[librecmc/linux-libre.git] / drivers / net / ethernet / intel / e1000e / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Copyright(c) 1999 - 2018 Intel Corporation.
3
4 #
5 # Makefile for the Intel(R) PRO/1000 ethernet driver
6 #
7
8 obj-$(CONFIG_E1000E) += e1000e.o
9
10 e1000e-objs := 82571.o ich8lan.o 80003es2lan.o \
11                mac.o manage.o nvm.o phy.o \
12                param.o ethtool.o netdev.o ptp.o
13