Files
Debian-9-Kernel/sound/oss/dmasound/Makefile
T

8 lines
232 B
Makefile
Raw Normal View History

2023-05-02 09:58:35 +02:00
#
# 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