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


      1# SPDX-License-Identifier: GPL-2.0
      2# core
      3ssb-y					+= main.o scan.o
      4ssb-$(CONFIG_SSB_EMBEDDED)		+= embedded.o
      5ssb-$(CONFIG_SSB_SPROM)			+= sprom.o
      6
      7# host support
      8ssb-$(CONFIG_SSB_PCIHOST)		+= pci.o pcihost_wrapper.o
      9ssb-$(CONFIG_SSB_PCMCIAHOST)		+= pcmcia.o bridge_pcmcia_80211.o
     10ssb-$(CONFIG_SSB_SDIOHOST)		+= sdio.o
     11ssb-$(CONFIG_SSB_HOST_SOC)		+= host_soc.o
     12
     13# built-in drivers
     14ssb-y					+= driver_chipcommon.o
     15ssb-y					+= driver_chipcommon_pmu.o
     16ssb-$(CONFIG_SSB_SFLASH)		+= driver_chipcommon_sflash.o
     17ssb-$(CONFIG_SSB_DRIVER_MIPS)		+= driver_mipscore.o
     18ssb-$(CONFIG_SSB_DRIVER_EXTIF)		+= driver_extif.o
     19ssb-$(CONFIG_SSB_DRIVER_PCICORE)	+= driver_pcicore.o
     20ssb-$(CONFIG_SSB_DRIVER_GIGE)		+= driver_gige.o
     21ssb-$(CONFIG_SSB_DRIVER_GPIO)		+= driver_gpio.o
     22
     23# b43 pci-ssb-bridge driver
     24# Not strictly a part of SSB, but kept here for convenience
     25ssb-$(CONFIG_SSB_B43_PCI_BRIDGE)	+= b43_pci_bridge.o
     26
     27obj-$(CONFIG_SSB)			+= ssb.o