mirror of
https://github.com/espressif/openthread.git
synced 2026-08-29 13:29:54 +00:00
[nrf528xx] add JLink subdirectory per individual chip basis (#4511)
This commit is contained in:
committed by
Jonathan Hui
parent
b6c534ecf0
commit
b4c5bd5044
Vendored
+26
-2
@@ -66,13 +66,37 @@ SUBDIRS += \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
if OPENTHREAD_PLATFORM_NRF528XX
|
||||
if OPENTHREAD_PLATFORM_NRF52811
|
||||
SUBDIRS += \
|
||||
NordicSemiconductor \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
if OPENTHREAD_EXAMPLES_NRF528XX
|
||||
if OPENTHREAD_EXAMPLES_NRF52811
|
||||
SUBDIRS += \
|
||||
jlink \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
if OPENTHREAD_PLATFORM_NRF52833
|
||||
SUBDIRS += \
|
||||
NordicSemiconductor \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
if OPENTHREAD_EXAMPLES_NRF52833
|
||||
SUBDIRS += \
|
||||
jlink \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
if OPENTHREAD_PLATFORM_NRF52840
|
||||
SUBDIRS += \
|
||||
NordicSemiconductor \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
if OPENTHREAD_EXAMPLES_NRF52840
|
||||
SUBDIRS += \
|
||||
jlink \
|
||||
$(NULL)
|
||||
|
||||
Reference in New Issue
Block a user