ifndef SND_TOPDIR
SND_TOPDIR=../..
endif

include $(SND_TOPDIR)/toplevel.config
include $(SND_TOPDIR)/Makefile.conf

snd-azx-objs := azx.o codec_enum.o

obj-$(CONFIG_SND_AZX) += snd-azx.o

include $(SND_TOPDIR)/Rules.make
