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


      1# SPDX-License-Identifier: GPL-2.0-only
      2
      3snd-soc-avs-objs := dsp.o ipc.o messages.o utils.o core.o loader.o \
      4		    topology.o path.o pcm.o board_selection.o
      5snd-soc-avs-objs += cldma.o
      6snd-soc-avs-objs += skl.o apl.o
      7
      8snd-soc-avs-objs += trace.o
      9# tell define_trace.h where to find the trace header
     10CFLAGS_trace.o := -I$(src)
     11
     12obj-$(CONFIG_SND_SOC_INTEL_AVS) += snd-soc-avs.o