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


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# Makefile for ALSA
      4# Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz>
      5#
      6
      7snd-seq-oss-objs  := seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o \
      8		     seq_oss_event.o seq_oss_rw.o seq_oss_synth.o \
      9		     seq_oss_midi.o seq_oss_readq.o seq_oss_writeq.o
     10
     11obj-$(CONFIG_SND_SEQUENCER_OSS) += snd-seq-oss.o