From 02eef5bbaac09cfdcf498324663c10b737677ac1 Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Tue, 6 Sep 2022 14:38:10 +0200 Subject: Build OpenAMP from recipe Change-Id: Id36d97fa3aa4a60179bedbdc078c4e1e75486a49 --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 85470f9..c13c954 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# SPDX-FileCopyrightText: Copyright 2019-2022 Arm Limited and/or its affiliates +# SPDX-FileCopyrightText: Copyright 2019-2023 Arm Limited and/or its affiliates # # SPDX-License-Identifier: Apache-2.0 # @@ -79,6 +79,9 @@ include(event_recorder.cmake) # Build libs add_subdirectory(lib) +# OpenAMP +add_subdirectory(openamp) + # Build applications add_subdirectory(applications) -- cgit v1.2.1