summaryrefslogtreecommitdiff
path: root/hw/bsp/nrf
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-05-26 14:56:22 +0700
committerhathach <[email protected]>2023-05-26 14:56:22 +0700
commitc0ecf8b50fe68a56b28bed98ecbfc6b236a848ef (patch)
tree542026cc1fa51a2a8312f501afcf79d5ebe1b007 /hw/bsp/nrf
parent23c8670e7910ae0987b789c0a640f7cc9ad951f9 (diff)
move set TOP to family_support.cmake
Diffstat (limited to 'hw/bsp/nrf')
-rw-r--r--hw/bsp/nrf/family.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/bsp/nrf/family.cmake b/hw/bsp/nrf/family.cmake
index 59d4a7947..68b19b33b 100644
--- a/hw/bsp/nrf/family.cmake
+++ b/hw/bsp/nrf/family.cmake
@@ -4,8 +4,6 @@ if (NOT BOARD)
message(FATAL_ERROR "BOARD not specified")
endif ()
-# TOP is path to root directory
-set(TOP "${CMAKE_CURRENT_LIST_DIR}/../../..")
set(NRFX_DIR ${TOP}/hw/mcu/nordic/nrfx)
set(CMSIS_DIR ${TOP}/lib/CMSIS_5)