#
# Makefile for ALSA
#

O_TARGET = snd-uda1341.o

export-objs += uda1341.o

obj-y := uda1341.o

# Module Dependency
obj-$(CONFIG_SND_SA11XX_UDA1341) += snd-uda1341.o

include $(TOPDIR)/Rules.make


