Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v6.2 11 lines 426 B view raw
1# SPDX-License-Identifier: GPL-2.0 2 3wilco_ec-objs := core.o keyboard_leds.o mailbox.o \ 4 properties.o sysfs.o 5obj-$(CONFIG_WILCO_EC) += wilco_ec.o 6wilco_ec_debugfs-objs := debugfs.o 7obj-$(CONFIG_WILCO_EC_DEBUGFS) += wilco_ec_debugfs.o 8wilco_ec_events-objs := event.o 9obj-$(CONFIG_WILCO_EC_EVENTS) += wilco_ec_events.o 10wilco_ec_telem-objs := telemetry.o 11obj-$(CONFIG_WILCO_EC_TELEMETRY) += wilco_ec_telem.o