Sign in
android
/
kernel
/
google-modules
/
bluetooth
/
qcom
/
ee85559e10eab09b348bc2c25d86f53d82ee5c8b
/
.
/
Makefile
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
)
$
(@)