summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/CMakeLists.txt
blob: 5f8eaf88ad7427d774d13676b5b55d809f37af54 (plain)
1
2
3
4
5
6
# Copyright 2020 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.

zephyr_sources(console.c)
zephyr_sources_ifdef(CONFIG_PLATFORM_EC_TIMER hwtimer.c)