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


      1# SPDX-License-Identifier: GPL-2.0
      2# SAI
      3snd-soc-stm32-sai-sub-objs := stm32_sai_sub.o
      4obj-$(CONFIG_SND_SOC_STM32_SAI) += snd-soc-stm32-sai-sub.o
      5
      6snd-soc-stm32-sai-objs := stm32_sai.o
      7obj-$(CONFIG_SND_SOC_STM32_SAI) += snd-soc-stm32-sai.o
      8
      9# I2S
     10snd-soc-stm32-i2s-objs := stm32_i2s.o
     11obj-$(CONFIG_SND_SOC_STM32_I2S) += snd-soc-stm32-i2s.o
     12
     13# SPDIFRX
     14snd-soc-stm32-spdifrx-objs := stm32_spdifrx.o
     15obj-$(CONFIG_SND_SOC_STM32_SPDIFRX) += snd-soc-stm32-spdifrx.o
     16
     17#DFSDM
     18obj-$(CONFIG_SND_SOC_STM32_DFSDM) += stm32_adfsdm.o