Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « vx « drivers « sound - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9f9ac6703787ca1d6cf52db8239b065eb522b5d (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for ALSA
# Copyright (c) 2001 by Jaroslav Kysela <perex@perex.cz>
#

snd-vx-lib-objs := vx_core.o vx_hwdep.o vx_pcm.o vx_mixer.o vx_cmd.o vx_uer.o

obj-$(CONFIG_SND_VX_LIB) += snd-vx-lib.o