Sign in
nest-open-source
/
manifest_repos
/
kernel
/
9398cc34ac0688d293c2dff535a4025e4140b0b1
/
.
/
drivers
/
amlogic
/
input
/
keyboard
/
Makefile
blob: bdbd125d4eb207481158128fa0e53fc9fc07f72b [
file
] [
log
] [
blame
]
#
# 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