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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for ALSA
      4# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
      5#
      6
      7snd-rme9652-objs := rme9652.o
      8snd-hdsp-objs := hdsp.o
      9snd-hdspm-objs := hdspm.o
     10
     11# Toplevel Module Dependency
     12obj-$(CONFIG_SND_RME9652) += snd-rme9652.o
     13obj-$(CONFIG_SND_HDSP) += snd-hdsp.o
     14obj-$(CONFIG_SND_HDSPM) +=snd-hdspm.o