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


      1# SPDX-License-Identifier: GPL-2.0
      2# SPEAR Platform Support
      3snd-soc-spear-pcm-objs := spear_pcm.o
      4snd-soc-spear-spdif-in-objs := spdif_in.o
      5snd-soc-spear-spdif-out-objs := spdif_out.o
      6
      7obj-$(CONFIG_SND_SPEAR_SOC) += snd-soc-spear-pcm.o
      8obj-$(CONFIG_SND_SPEAR_SPDIF_IN) += snd-soc-spear-spdif-in.o
      9obj-$(CONFIG_SND_SPEAR_SPDIF_OUT) += snd-soc-spear-spdif-out.o