cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (302B)


      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
      8obj-$(CONFIG_E1000E) += e1000e.o
      9
     10e1000e-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