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