3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 06:44:18 +00:00
Brooklyn/sound/sh/Makefile
2022-04-02 18:24:21 +05:00

12 lines
249 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for ALSA
#
snd-aica-objs := aica.o
snd-sh_dac_audio-objs := sh_dac_audio.o
# Toplevel Module Dependency
obj-$(CONFIG_SND_AICA) += snd-aica.o
obj-$(CONFIG_SND_SH_DAC_AUDIO) += snd-sh_dac_audio.o