Sign in
android
/
kernel
/
msm-modules
/
fts_touch
/
refs/heads/android-msm-redbull-4.19-u-beta4
/
.
/
Makefile
blob: c5fe17bd78b6346eed1164beaa87210de885e573 [
file
] [
log
] [
blame
] [
edit
]
KERNEL_SRC
?=
/
lib
/
modules
/
$
(
shell uname
-
r
)/
build
M
?=
$
(
shell pwd
)
KBUILD_OPTIONS
+=
CONFIG_TOUCHSCREEN_FTS
=
m
modules modules_install clean
:
$
(
MAKE
)
-
C $
(
KERNEL_SRC
)
M
=
$
(
M
)
$
(
KBUILD_OPTIONS
)
$
(@)