xref: /openbmc/linux/sound/sh/Makefile (revision 8fa5723aa7e053d498336b48448b292fc2e0458b)
1#
2# Makefile for ALSA
3#
4
5snd-aica-objs := aica.o
6
7# Toplevel Module Dependency
8obj-$(CONFIG_SND_AICA) += snd-aica.o
9