obj-m += snd-bt-sco.o

snd-bt-sco-objs := btsco.o

ifneq ($(__KERNEL__),)
ifndef CONFIG_SND_HWDEP
$(error CONFIG_SND_HWDEP needs to be set in the kernel configuration)
endif
endif


default:
	@make -C $(KSRC) M=`pwd` modules

install:
	@make -C $(KSRC) M=`pwd` modules_install

clean:
	@rm -f Modules.symvers snd-bt-sco.ko snd-bt-sco.mod.c snd-bt-sco.mod.o snd-bt-sco.o

