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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for ALSA
      4# Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz>
      5#
      6
      7snd-mixer-oss-objs := mixer_oss.o
      8
      9snd-pcm-oss-y := pcm_oss.o
     10snd-pcm-oss-$(CONFIG_SND_PCM_OSS_PLUGINS) += pcm_plugin.o \
     11	io.o copy.o linear.o mulaw.o route.o rate.o
     12
     13obj-$(CONFIG_SND_MIXER_OSS) += snd-mixer-oss.o
     14obj-$(CONFIG_SND_PCM_OSS) += snd-pcm-oss.o