12 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3wilco_ec-objs := core.o keyboard_leds.o mailbox.o \4 properties.o sysfs.o5obj-$(CONFIG_WILCO_EC) += wilco_ec.o6wilco_ec_debugfs-objs := debugfs.o7obj-$(CONFIG_WILCO_EC_DEBUGFS) += wilco_ec_debugfs.o8wilco_ec_events-objs := event.o9obj-$(CONFIG_WILCO_EC_EVENTS) += wilco_ec_events.o10wilco_ec_telem-objs := telemetry.o11obj-$(CONFIG_WILCO_EC_TELEMETRY) += wilco_ec_telem.o12