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


      1# SPDX-License-Identifier: GPL-2.0
      2snd-au8810-objs := au8810.o
      3snd-au8820-objs := au8820.o
      4snd-au8830-objs := au8830.o
      5
      6obj-$(CONFIG_SND_AU8810) += snd-au8810.o
      7obj-$(CONFIG_SND_AU8820) += snd-au8820.o
      8obj-$(CONFIG_SND_AU8830) += snd-au8830.o