Sign in
nest-open-source
/
manifest_repos
/
kernel
/
3826944a9160b6e9b8cc883d9696bc516f4cf019
/
.
/
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