summaryrefslogtreecommitdiff
path: root/zephyr/app/ec/CMakeLists.txt
blob: ac3d3fe3d2a136f9136c73d0bd6ee94e921cc24b (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2020 The ChromiumOS Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

cros_ec_library_include_directories(include)
zephyr_library_sources(ec_app_main.c)
if(NOT DEFINED CONFIG_ZTEST)
    zephyr_library_sources(main_shim.c)
endif()

add_subdirectory(chip)