diff options
| author | hathach <[email protected]> | 2023-11-23 20:06:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-11-23 20:06:22 +0700 |
| commit | 7213b8abb126cb6a1c88bd1e6d89b7dbacf339d8 (patch) | |
| tree | ab8e7d2ac20b180612d6a3d6b51d1ab631f00094 /hw/bsp/lpc18 | |
| parent | 54356a719e3968702d86346ec6305679ebd9dd0f (diff) | |
move tools/cmake to examples/build_system
Diffstat (limited to 'hw/bsp/lpc18')
| -rw-r--r-- | hw/bsp/lpc18/family.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/lpc18/family.cmake b/hw/bsp/lpc18/family.cmake index 74a794bde..78f4c510b 100644 --- a/hw/bsp/lpc18/family.cmake +++ b/hw/bsp/lpc18/family.cmake @@ -11,7 +11,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/boards/${BOARD}/board.cmake) # toolchain set up set(CMAKE_SYSTEM_PROCESSOR cortex-m3 CACHE INTERNAL "System Processor") -set(CMAKE_TOOLCHAIN_FILE ${TOP}/tools/cmake/toolchain/arm_${TOOLCHAIN}.cmake) +set(CMAKE_TOOLCHAIN_FILE ${TOP}/examples/build_system/cmake/toolchain/arm_${TOOLCHAIN}.cmake) set(FAMILY_MCUS LPC18XX CACHE INTERNAL "") |
