JustOS/linux-6.13/sound/aoa/codecs/Makefile

9 lines
286 B
Makefile
Raw Normal View History

2025-01-24 14:00:19 +00:00
# SPDX-License-Identifier: GPL-2.0
snd-aoa-codec-onyx-y := onyx.o
snd-aoa-codec-tas-y := tas.o
snd-aoa-codec-toonie-y := toonie.o
obj-$(CONFIG_SND_AOA_ONYX) += snd-aoa-codec-onyx.o
obj-$(CONFIG_SND_AOA_TAS) += snd-aoa-codec-tas.o
obj-$(CONFIG_SND_AOA_TOONIE) += snd-aoa-codec-toonie.o