summaryrefslogtreecommitdiff
path: root/zephyr/shim/chip/CMakeLists.txt
blob: 5c76a4163a4d253f9af8e2bd9f9585375e945532 (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_POSIX)
	add_subdirectory(posix)
endif()