Sign in
android
/
kernel
/
google-modules
/
bluetooth
/
qcom
/
refs/heads/android-gs-bluejay-5.10-u-qpr1-beta2
/
.
/
Makefile
blob: a8ddc27046472cdd98e66c5e540d4b5055e6f6ee [
file
] [
edit
]
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
)
$
(@)