mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-31 18:23:00 +09:00
PD#172287: this commit changes mainly for GVA 1) add sensor cy8c4014 driver. Change-Id: Ic1ed6cf2a42e2286e4860946d89091a3dd524ef8 Signed-off-by: jinrong.liao <jinrong.liao@amlogic.com>
16 lines
332 B
Makefile
16 lines
332 B
Makefile
#
|
|
# Makefile for the input core drivers.
|
|
#
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
obj-$(CONFIG_AMLOGIC_AVIN_DETECT) += avin_detect/
|
|
|
|
obj-$(CONFIG_AMLOGIC_INPUT_KEYBOARD) += keyboard/
|
|
|
|
obj-$(CONFIG_AMLOGIC_REMOTE) += remote/
|
|
|
|
obj-$(CONFIG_AMLOGIC_TOUCHSCREEN) += touchscreen/
|
|
|
|
obj-$(CONFIG_AMLOGIC_SENSOR) += sensor/
|