Sign in
android
/
kernel
/
msm-modules
/
sec_touch
/
e8cb55be314046fda6aeb37cf1e5803c424c6f6c
/
.
/
Makefile
blob: dbc92ee6ef2ae91d2583c90c8f5e7688539b531a [
file
] [
log
] [
blame
]
KERNEL_SRC
?=
/
lib
/
modules
/
$
(
shell uname
-
r
)/
build
M
?=
$
(
shell pwd
)
KBUILD_OPTIONS
+=
CONFIG_TOUCHSCREEN_SEC_TS
=
m
modules modules_install clean
:
$
(
MAKE
)
-
C $
(
KERNEL_SRC
)
M
=
$
(
M
)
$
(
KBUILD_OPTIONS
)
$
(@)