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

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()