summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/default/src/console_cmd/CMakeLists.txt
blob: b4ed74143014bf3ce1d766c302ce3dce2afad4d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Copyright 2023 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

target_sources(app PRIVATE
	adc.c
	battery.c
	cbi.c
	charge_manager.c
	charge_state.c
	charger.c
	chargen.c
	accelinit.c
	accelinfo.c
	accelspoof.c
	accelrate.c
	accelrange.c
	accelread.c
	accelres.c
	button.c
	cutoff.c
	ec_features.c
	gpio.c
	i2c_portmap.c
	md.c
	hcdebug.c
	hibdelay.c
	hostevent.c
	panic_output.c
	port80.c
	powerindebug.c
	power_button.c
	pwr_avg.c
	rtc.c
	rw.c
	shared_mem.c
	sleepmask.c
	sleeptimeout.c
	switch.c
	sysinfo.c
	tcpci_dump.c
	usb_pd_console.c
	vboot_hash.c
	version.c
	waitms.c
)