]> Git Repo - linux.git/blob - drivers/net/ethernet/intel/e1000e/Makefile
drm/nouveau/kms: Don't change EDID when it hasn't actually changed
[linux.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
This page took 0.035309 seconds and 4 git commands to generate.