From 9fe347fd0a39c1842068677a233163cf6041eaa2 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Mon, 22 Jan 2024 20:42:29 +0100 Subject: [PATCH] Correct comments --- xtldr/modules/beep/CMakeLists.txt | 2 +- xtldr/modules/dummy/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xtldr/modules/beep/CMakeLists.txt b/xtldr/modules/beep/CMakeLists.txt index fb81272..1c132bd 100644 --- a/xtldr/modules/beep/CMakeLists.txt +++ b/xtldr/modules/beep/CMakeLists.txt @@ -11,7 +11,7 @@ list(APPEND XTLDR_BEEP_SOURCE ${XTLDR_BEEP_SOURCE_DIR}/beep.c ${XTLDR_BEEP_SOURCE_DIR}/globals.c) -# Link bootloader executable +# Link module executable add_executable(beep ${XTLDR_BEEP_SOURCE}) # Add linker libraries diff --git a/xtldr/modules/dummy/CMakeLists.txt b/xtldr/modules/dummy/CMakeLists.txt index 801ad83..2583b64 100644 --- a/xtldr/modules/dummy/CMakeLists.txt +++ b/xtldr/modules/dummy/CMakeLists.txt @@ -11,7 +11,7 @@ list(APPEND XTLDR_DUMMY_SOURCE ${XTLDR_DUMMY_SOURCE_DIR}/dummy.c ${XTLDR_DUMMY_SOURCE_DIR}/globals.c) -# Link bootloader executable +# Link module executable add_executable(dummy ${XTLDR_DUMMY_SOURCE}) # Add linker libraries