ifndef SND_TOPDIR
SND_TOPDIR=../..
endif

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

snd-asihpi-objs := asihpi.o hpioctl.o hpimsginit.o\
	hpicmn.o hpifunc.o hpidebug.o hpidspcd.o\
	hpios.o hpi6000.o hpi6205.o hpimsgx.o

obj-$(CONFIG_SND_ASIHPI) += snd-asihpi.o

include $(SND_TOPDIR)/Rules.make
