Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
6e7726e16fb5e8f1169dbfcb75e321ac871af827
/
.
/
drivers
/
hid
/
Makefile
blob: 6432392110bfee17d5a1acaadb41efa0f79b8db0 [
file
] [
log
] [
blame
]
#
# Makefile for the HID driver
#
# Multipart objects.
hid
-
objs
:=
hid
-
core
.
o hid
-
input
.
o
# Optional parts of multipart objects.
obj
-
$
(
CONFIG_HID
)
+=
hid
.
o
ifeq
(
$
(
CONFIG_INPUT_DEBUG
),
y
)
EXTRA_CFLAGS
+=
-
DDEBUG
endif