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


      1# SPDX-License-Identifier: GPL-2.0
      2# platform driver
      3snd-soc-mt2701-afe-objs := mt2701-afe-pcm.o mt2701-afe-clock-ctrl.o
      4obj-$(CONFIG_SND_SOC_MT2701) += snd-soc-mt2701-afe.o
      5
      6# machine driver
      7obj-$(CONFIG_SND_SOC_MT2701_CS42448) += mt2701-cs42448.o
      8obj-$(CONFIG_SND_SOC_MT2701_WM8960) += mt2701-wm8960.o