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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for ALSA
      4# Copyright (c) 2003 by Jaroslav Kysela <perex@perex.cz>
      5#
      6
      7snd-ak4114-objs := ak4114.o
      8snd-ak4117-objs := ak4117.o
      9snd-ak4113-objs := ak4113.o
     10snd-ak4xxx-adda-objs := ak4xxx-adda.o
     11snd-pt2258-objs := pt2258.o
     12
     13# Module Dependency
     14obj-$(CONFIG_SND_PDAUDIOCF) += snd-ak4117.o
     15obj-$(CONFIG_SND_ICE1712) += snd-ak4xxx-adda.o
     16obj-$(CONFIG_SND_ICE1724) += snd-ak4114.o snd-ak4113.o snd-ak4xxx-adda.o snd-pt2258.o