diff options
| author | hathach <[email protected]> | 2021-03-05 22:30:03 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-05 22:30:03 +0700 |
| commit | ca6abea97d1cfa024430e5cc5a89a9ca4e84a32a (patch) | |
| tree | 3071540423fd5ad56838f382aa382b5e54b3bfce /hw | |
| parent | 7d877e286ada097f2050103a2e9adeae7fe2f8ab (diff) | |
nrf add lib/CMSIS_5 to DEPS_SUBMODULES
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/nrf/family.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/nrf/family.mk b/hw/bsp/nrf/family.mk index f1eb625f9..8756ad9a3 100644 --- a/hw/bsp/nrf/family.mk +++ b/hw/bsp/nrf/family.mk @@ -1,5 +1,5 @@ UF2_FAMILY_ID = 0xADA52840 -DEPS_SUBMODULES = hw/mcu/nordic/nrfx +DEPS_SUBMODULES = lib/CMSIS_5 hw/mcu/nordic/nrfx include $(TOP)/$(BOARD_PATH)/board.mk |
