summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/host_cmd/CMakeLists.txt
blob: d95ce4da2ff9378c7ff4bdd0e40706fb592af49a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2022 The Chromium OS Authors. All rights reserved.
# 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/battery_cut_off.c
    src/get_pd_port_caps.c
    src/host_event_commands.c
    src/host_event_commands_deprecated.c
    src/motion_sense.c
    src/pd_control.c
    src/pd_chip_info.c
    src/usb_pd_control.c
)