aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/chrome/wilco_ec/Makefile
blob: 063e7fb4ea17df0ea35574e919e56f6040915831 (plain) (blame)
1
2
3
4
5
6
# SPDX-License-Identifier: GPL-2.0

wilco_ec-objs				:= core.o mailbox.o
obj-$(CONFIG_WILCO_EC)			+= wilco_ec.o
wilco_ec_debugfs-objs			:= debugfs.o
obj-$(CONFIG_WILCO_EC_DEBUGFS)		+= wilco_ec_debugfs.o