summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/CMakeLists.txt
blob: 54281508aabde88b7d0940fa7b9a78f0f06011d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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.

if (DEFINED CONFIG_SOC_FAMILY_NPCX)
	add_subdirectory(npcx)
elseif (DEFINED CONFIG_SOC_FAMILY_RISCV_ITE)
	add_subdirectory(it8xxx2)
elseif (DEFINED CONFIG_SOC_FAMILY_MEC)
	add_subdirectory(mchp)
endif()