ifneq ($(KERNELRELEASE),)
	obj-$(CONFIG_BT_RTL)	+= btrtl.o
else
	PWD := $(shell pwd)
#	KVER := $(shell uname -r)
	KDIR := /lib/modules/$(KVER)/build

all:	modules

modules clean:
	$(MAKE) -C $(KDIR) M=$(PWD) $@

endif
