From 8fa6679b9f7757d3a61aedebcb2cea47dca33a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Thu, 7 May 2026 18:03:02 +0200 Subject: [PATCH] [BOOT] Remove last instances of "hybridcd" Addendum to commit b2e33f26eb (PR #7313) --- boot/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/CMakeLists.txt b/boot/CMakeLists.txt index b28f9e59faa..de9f217ffe1 100644 --- a/boot/CMakeLists.txt +++ b/boot/CMakeLists.txt @@ -5,5 +5,5 @@ add_subdirectory(bootdata) add_subdirectory(freeldr) add_subdirectory(rtl) -add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/remaster.cmd DESTINATION loader NO_CAB NOT_IN_HYBRIDCD FOR bootcd) -add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/remaster.sh DESTINATION loader NO_CAB NOT_IN_HYBRIDCD FOR bootcd) +add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/remaster.cmd DESTINATION loader NO_CAB FOR bootcd) +add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/remaster.sh DESTINATION loader NO_CAB FOR bootcd)