Skip to content

Commit

Permalink
Fix build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
IanSB committed Nov 23, 2021
1 parent eb8533c commit 1344b38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/toolchain-arm-none-eabi-rpi4.cmake
Expand Up @@ -90,4 +90,4 @@ add_definitions( -DRPI4=1 )
# Optionally add the USE_ARM_CAPTURE definition so conditional compilation works
#add_definitions( -DUSE_ARM_CAPTURE=1 )

set( KERNEL_NAME "./kernelrpi.img" )
set( KERNEL_NAME "./kernelrpi4.img" )
2 changes: 1 addition & 1 deletion src/toolchain-arm-none-eabi-rpiA.cmake
Expand Up @@ -88,4 +88,4 @@ set( CMAKE_ASM_FLAGS "${CMAKE_ASM_FLAGS}" CACHE STRING "" )
# Add the USE_ARM_CAPTURE definition so conditional compilation works
add_definitions( -DUSE_ARM_CAPTURE=1 )

set( KERNEL_NAME "./kernelrpi.img" )
set( KERNEL_NAME "./kernelrpiA.img" )

0 comments on commit 1344b38

Please sign in to comment.