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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Copyright (C) 2005-2009 Cavium Networks
      4#
      5
      6#
      7# Makefile for Cavium OCTEON on-board ethernet driver
      8#
      9
     10obj-${CONFIG_OCTEON_ETHERNET} :=  octeon-ethernet.o
     11
     12octeon-ethernet-y := ethernet.o
     13octeon-ethernet-y += ethernet-mdio.o
     14octeon-ethernet-y += ethernet-mem.o
     15octeon-ethernet-y += ethernet-rgmii.o
     16octeon-ethernet-y += ethernet-rx.o
     17octeon-ethernet-y += ethernet-sgmii.o
     18octeon-ethernet-y += ethernet-spi.o
     19octeon-ethernet-y += ethernet-tx.o