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


      1# SPDX-License-Identifier: GPL-2.0
      2
      3# platform driver
      4snd-soc-mt8195-afe-objs := \
      5	mt8195-audsys-clk.o \
      6	mt8195-afe-clk.o \
      7	mt8195-afe-pcm.o \
      8	mt8195-dai-adda.o \
      9	mt8195-dai-etdm.o \
     10	mt8195-dai-pcm.o
     11
     12obj-$(CONFIG_SND_SOC_MT8195) += snd-soc-mt8195-afe.o
     13
     14# machine driver
     15obj-$(CONFIG_SND_SOC_MT8195_MT6359) += mt8195-mt6359.o