summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/host_cmd/CMakeLists.txt
blob: 286685089bc68f8c3dda6d7330520dc72c8992d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copyright 2022 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
    src/adc.c
    src/battery_cut_off.c
    src/get_panic_info.c
    src/get_pd_port_caps.c
    src/host_event_commands.c
    src/host_event_commands_deprecated.c
    src/keyboard_mkbp.c
    src/motion_sense.c
    src/pd_control.c
    src/pd_chip_info.c
    src/pd_log.c
    src/usb_pd_control.c
    src/usb_pd_host_cmd.c
)