Sign in
nest-open-source
/
manifest_repos
/
kernel
/
ee1bdda40423c20984eb5c969722e85f206ed0a3
/
.
/
drivers
/
amlogic
/
input
/
keyboard
/
Makefile
blob: f1a7c3566adc40dc9fb7cda44d84bf8beb692d86 [
file
] [
log
] [
blame
]
#
# Makefile for the keyboard device drivers.
#
# Each configuration option enables a list of files.
obj
-
$
(
CONFIG_AMLOGIC_GPIO_KEY
)
+=
gpio_keypad
.
o
obj
-
$
(
CONFIG_AMLOGIC_ADC_KEYPADS
)
+=
adc_keypad
.
o