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


      1# SPDX-License-Identifier: GPL-2.0
      2# MXS Platform Support
      3snd-soc-mxs-objs := mxs-saif.o
      4snd-soc-mxs-pcm-objs := mxs-pcm.o
      5
      6obj-$(CONFIG_SND_MXS_SOC) += snd-soc-mxs.o snd-soc-mxs-pcm.o
      7
      8# i.MX Machine Support
      9snd-soc-mxs-sgtl5000-objs := mxs-sgtl5000.o
     10
     11obj-$(CONFIG_SND_SOC_MXS_SGTL5000) += snd-soc-mxs-sgtl5000.o