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 (290B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# Makefile for APM X-Gene Ethernet Driver.
      4#
      5
      6xgene-enet-objs := xgene_enet_hw.o xgene_enet_sgmac.o xgene_enet_xgmac.o \
      7		   xgene_enet_main.o xgene_enet_ring2.o xgene_enet_ethtool.o \
      8		   xgene_enet_cle.o
      9obj-$(CONFIG_NET_XGENE) += xgene-enet.o