Skip to content

Commit

Permalink
EFIPrekernel: Don't depend on install_libc_headers
Browse files Browse the repository at this point in the history
This target was removed in 175f9dc, but the dependency on it wasn't
removed from faeb9ff before PR #24995 was merged.
This should make everything build again.
  • Loading branch information
spholz committed Dec 1, 2024
1 parent faeb9ff commit c385e8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Kernel/EFIPrekernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ add_compile_definitions(PREKERNEL)
add_executable(EFIPrekernel ${SOURCES})

add_dependencies(EFIPrekernel Kernel)
add_dependencies(EFIPrekernel install_libc_headers)

target_compile_options(EFIPrekernel PRIVATE -fno-threadsafe-statics)
target_link_options(EFIPrekernel PRIVATE LINKER:-T ${CMAKE_CURRENT_SOURCE_DIR}/linker.ld LINKER:--no-dynamic-linker -nostdlib)
Expand Down

0 comments on commit c385e8b

Please sign in to comment.