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