Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.2-rc2 10 lines 317 B view raw
1# 2# Makefile for ALSA 3# Copyright (c) 1999 by Jaroslav Kysela <perex@perex.cz> 4# 5 6snd-seq-oss-objs := seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o \ 7 seq_oss_event.o seq_oss_rw.o seq_oss_synth.o \ 8 seq_oss_midi.o seq_oss_readq.o seq_oss_writeq.o 9 10obj-$(CONFIG_SND_SEQUENCER) += snd-seq-oss.o