mirror of
https://github.com/hardkernel/linux.git
synced 2026-04-11 07:28:10 +09:00
Change-Id: I754250669891307b0deab2bdab1bd01512713f79 Signed-off-by: Tao Huang <huangtao@rock-chips.com>
14 lines
477 B
Makefile
14 lines
477 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# gsensor drivers
|
|
|
|
obj-$(CONFIG_LS_CM3217) += cm3217.o
|
|
obj-$(CONFIG_LS_CM3218) += cm3218.o
|
|
obj-$(CONFIG_LS_CM3232) += cm3232.o
|
|
obj-$(CONFIG_LS_AL3006) += ls_al3006.o
|
|
obj-$(CONFIG_LS_STK3171) += ls_stk3171.o
|
|
obj-$(CONFIG_LS_ISL29023) += isl29023.o
|
|
obj-$(CONFIG_LS_AP321XX) += ls_ap321xx.o
|
|
obj-$(CONFIG_LS_PHOTORESISTOR) += ls_photoresistor.o
|
|
obj-$(CONFIG_LS_US5152) += ls_us5152.o
|
|
obj-$(CONFIG_LS_STK3410) += ls_stk3410.o
|