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
8ccflags-y += -I$(src)
9subdir-ccflags-y += -I$(src)
10
11obj-$(CONFIG_E1000E) += e1000e.o
12
13e1000e-objs := 82571.o ich8lan.o 80003es2lan.o \
14	       mac.o manage.o nvm.o phy.o \
15	       param.o ethtool.o netdev.o ptp.o
16
17