From 3f2496644f5316ddb7b6ab3e1bd583d43ae31817 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Sun, 10 Aug 2025 00:12:01 +0200 Subject: [PATCH] Compile bootutil.c --- xtldr/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/xtldr/CMakeLists.txt b/xtldr/CMakeLists.txt index e356c8f..f3a18a6 100644 --- a/xtldr/CMakeLists.txt +++ b/xtldr/CMakeLists.txt @@ -16,6 +16,7 @@ list(APPEND LIBXTLDR_SOURCE # Specify list of source code files list(APPEND XTLDR_SOURCE ${XTLDR_SOURCE_DIR}/arch/${ARCH}/memory.c + ${XTLDR_SOURCE_DIR}/bootutil.c ${XTLDR_SOURCE_DIR}/config.c ${XTLDR_SOURCE_DIR}/console.c ${XTLDR_SOURCE_DIR}/debug.c