Skip to content

Commit

Permalink
Fix: Build failure after a6bbbe9
Browse files Browse the repository at this point in the history
Wrong file name
  • Loading branch information
coderarjob committed Nov 16, 2024
1 parent 3962e48 commit a5d5a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kernel/x86/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(KERNEL_X86_SOURCES
)

if (MOS_BUILD_MODE STREQUAL "DEBUG" AND NOT MOS_GRAPHICS_ENABLED)
LIST(APPEND KERNEL_X86_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/vgatext.c)
LIST(APPEND KERNEL_X86_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/vgadisp.c)
endif()

compile_lib(
Expand Down

0 comments on commit a5d5a78

Please sign in to comment.