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


      1# SPDX-License-Identifier: GPL-2.0
      2snd-soc-simple-card-utils-objs	:= simple-card-utils.o
      3snd-soc-simple-card-objs	:= simple-card.o
      4snd-soc-audio-graph-card-objs	:= audio-graph-card.o
      5snd-soc-audio-graph-card2-objs	:= audio-graph-card2.o
      6snd-soc-audio-graph-card2-custom-sample-objs := audio-graph-card2-custom-sample.o
      7snd-soc-test-component-objs	:= test-component.o
      8
      9obj-$(CONFIG_SND_SIMPLE_CARD_UTILS)	+= snd-soc-simple-card-utils.o
     10obj-$(CONFIG_SND_SIMPLE_CARD)		+= snd-soc-simple-card.o
     11obj-$(CONFIG_SND_AUDIO_GRAPH_CARD)	+= snd-soc-audio-graph-card.o
     12obj-$(CONFIG_SND_AUDIO_GRAPH_CARD2)	+= snd-soc-audio-graph-card2.o
     13obj-$(CONFIG_SND_AUDIO_GRAPH_CARD2_CUSTOM_SAMPLE) += snd-soc-audio-graph-card2-custom-sample.o
     14obj-$(CONFIG_SND_TEST_COMPONENT)	+= snd-soc-test-component.o