16 lines · plain
1# SPDX-License-Identifier: GPL-2.02# Copyright(c) 1999 - 2018 Intel Corporation.3 4#5# Makefile for the Intel(R) PRO/1000 ethernet driver6#7 8ccflags-y += -I$(src)9subdir-ccflags-y += -I$(src)10 11obj-$(CONFIG_E1000E) += e1000e.o12 13e1000e-y := 82571.o ich8lan.o 80003es2lan.o \14 mac.o manage.o nvm.o phy.o \15 param.o ethtool.o netdev.o ptp.o16