Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtyson123 authored Jan 8, 2024
2 parents e6f9b75 + 663c2d6 commit 658849f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion kernel/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ TARGET_LINK_OPTIONS(MaxOSk32 PRIVATE -T ${LINKER_SCRIPT} -nostdlib)
TARGET_INCLUDE_DIRECTORIES(MaxOSk32 PRIVATE include)

# Install kernel
INSTALL(TARGETS MaxOSk32 DESTINATION ${CMAKE_SOURCE_DIR}/filesystem/boot)
INSTALL(TARGETS MaxOSk32 DESTINATION ${CMAKE_SOURCE_DIR}/filesystem/boot)
1 change: 0 additions & 1 deletion toolchain/make_cross_compiler.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ make install-target-libgcc || fail "Installing libgcc failed"
# Leave the build directory
cd ../../


# Make a build directory for cmake
mkdir ../cmake-build

Expand Down

0 comments on commit 658849f

Please sign in to comment.