kernel_samsung_a53x/sound/oss/dmasound/Makefile

9 lines
272 B
Makefile
Raw Normal View History

2024-06-15 21:02:09 +02:00
# 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