thesis/linux-6.8.1/sound/oss/dmasound/Makefile
2025-03-19 13:44:23 +01:00

8 lines
272 B
Makefile

# 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