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


      1# SPDX-License-Identifier: GPL-2.0-only
      2# BCM2835 Platform Support
      3snd-soc-bcm2835-i2s-objs := bcm2835-i2s.o
      4
      5obj-$(CONFIG_SND_BCM2835_SOC_I2S) += snd-soc-bcm2835-i2s.o
      6
      7# CYGNUS Platform Support
      8snd-soc-cygnus-objs := cygnus-pcm.o cygnus-ssp.o
      9
     10obj-$(CONFIG_SND_SOC_CYGNUS) += snd-soc-cygnus.o
     11
     12# BCM63XX Platform Support
     13snd-soc-63xx-objs := bcm63xx-i2s-whistler.o bcm63xx-pcm-whistler.o
     14
     15obj-$(CONFIG_SND_BCM63XX_I2S_WHISTLER) += snd-soc-63xx.o