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


      1# SPDX-License-Identifier: GPL-2.0
      2snd-aoa-codec-onyx-objs := onyx.o
      3snd-aoa-codec-tas-objs := tas.o
      4snd-aoa-codec-toonie-objs := toonie.o
      5
      6obj-$(CONFIG_SND_AOA_ONYX) += snd-aoa-codec-onyx.o
      7obj-$(CONFIG_SND_AOA_TAS) += snd-aoa-codec-tas.o
      8obj-$(CONFIG_SND_AOA_TOONIE) += snd-aoa-codec-toonie.o