blob: a8ddc27046472cdd98e66c5e540d4b5055e6f6ee [file] [log] [blame]
KERNEL_SRC ?= /lib/modules/$(shell uname -r)/build
M ?= $(shell pwd)
KBUILD_OPTIONS := CONFIG_MSM_BT_POWER=m
modules modules_install clean:
$(MAKE) -C $(KERNEL_SRC) M=$(M) W=1 $(KBUILD_OPTIONS) $(@)