aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome/wilco_ec/Makefile
blob: ecb3145cab1879a13c81c22b7c554a9a6ef1a917 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# SPDX-License-Identifier: GPL-2.0

wilco_ec-objs				:= core.o keyboard_leds.o mailbox.o \
					   properties.o sysfs.o
obj-$(CONFIG_WILCO_EC)			+= wilco_ec.o
wilco_ec_debugfs-objs			:= debugfs.o
obj-$(CONFIG_WILCO_EC_DEBUGFS)		+= wilco_ec_debugfs.o
wilco_ec_events-objs			:= event.o
obj-$(CONFIG_WILCO_EC_EVENTS)		+= wilco_ec_events.o
wilco_ec_telem-objs			:= telemetry.o
obj-$(CONFIG_WILCO_EC_TELEMETRY)	+= wilco_ec_telem.o