mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 11:38:31 +01:00
9 lines
272 B
Makefile
9 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
|