Makefile (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) | Makefile (a2fe35df41c4cfce44f9f87d417cbd44a27b7362) |
---|---|
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 | 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 | 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.o |