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

Makefile « dmasound « oss « sound - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de8ae8346a093b5b8b02925ed8d3bb9315a168fc (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the DMA sound driver
#

obj-$(CONFIG_DMASOUND_ATARI)	+= dmasound_core.o dmasound_atari.o
obj-$(CONFIG_DMASOUND_PAULA)	+= dmasound_core.o dmasound_paula.o
obj-$(CONFIG_DMASOUND_Q40)	+= dmasound_core.o dmasound_q40.o