mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-02 11:13:02 +09:00
PD#138714: initial add remote driver temporarily disable the feature which reporting event after system resume, and it will be enabled after the 'amlogic/pm' driver is available. Change-Id: I57312621557f050401b5028b7607144cb9a9351f Signed-off-by: Xingyu Chen <xingyu.chen@amlogic.com>
10 lines
266 B
Makefile
10 lines
266 B
Makefile
#
|
|
# Makefile for the remote control drivers
|
|
#
|
|
|
|
# Each configuration option enables a list of files.
|
|
|
|
obj-$(CONFIG_AMLOGIC_MESON_REMOTE) += remote.o
|
|
|
|
remote-objs := remote_core.o remote_meson.o sysfs.o remote_cdev.o remote_raw.o remote_decoder_xmp.o remote_regmap.o
|