kernel_samsung_a53x/sound/oss/dmasound/Makefile
2024-06-15 16:02:09 -03:00

8 lines
272 B
Makefile
Executable file

# 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