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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_NET_DSA_MV88E6XXX) += mv88e6xxx.o
      3mv88e6xxx-objs := chip.o
      4mv88e6xxx-objs += devlink.o
      5mv88e6xxx-objs += global1.o
      6mv88e6xxx-objs += global1_atu.o
      7mv88e6xxx-objs += global1_vtu.o
      8mv88e6xxx-objs += global2.o
      9mv88e6xxx-objs += global2_avb.o
     10mv88e6xxx-objs += global2_scratch.o
     11mv88e6xxx-$(CONFIG_NET_DSA_MV88E6XXX_PTP) += hwtstamp.o
     12mv88e6xxx-objs += phy.o
     13mv88e6xxx-objs += port.o
     14mv88e6xxx-objs += port_hidden.o
     15mv88e6xxx-$(CONFIG_NET_DSA_MV88E6XXX_PTP) += ptp.o
     16mv88e6xxx-objs += serdes.o
     17mv88e6xxx-objs += smi.o