summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/npcx/CMakeLists.txt
blob: d464cc3e0b064558e81113ddab16002708e4740e (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.

string(TOLOWER "i2c-${CHIP_FAMILY}.c" chip_specific_i2c_shim)
zephyr_sources(${chip_specific_i2c_shim})