xref: /linux/sound/sh/Makefile (revision 367b8112fe2ea5c39a7bb4d263dcdd9b612fae18)
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