Skip to content

Commit 39a6433

Browse files
authored
Merge pull request hathach#2100 from kilograham/top_broken
movement of TOP in c0ecf8b broke RP2040 SDK build
2 parents aaec12a + 0493983 commit 39a6433

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hw/bsp/family_support.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include(CMakePrintHelpers)
44

55
# TOP is path to root directory
66
set(TOP "${CMAKE_CURRENT_LIST_DIR}/../..")
7+
get_filename_component(TOP ${TOP} ABSOLUTE)
78

89
# Default to gcc
910
if (NOT DEFINED TOOLCHAIN)

0 commit comments

Comments
 (0)