diff options
| author | hathach <[email protected]> | 2021-03-01 20:25:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-01 20:25:55 +0700 |
| commit | c222f6f1119667f69da4d45df110da5b5cda5427 (patch) | |
| tree | 180dc21f0144ab14d547c5117472ccb073646816 /hw | |
| parent | 0374e085507cd23124d9cc6d5f2b10565717b72d (diff) | |
try to fetch needed mcu submodule while running make
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/imxrt/family.mk | 1 | ||||
| -rw-r--r-- | hw/bsp/nrf/family.mk | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/hw/bsp/imxrt/family.mk b/hw/bsp/imxrt/family.mk index 3311768bd..91298d400 100644 --- a/hw/bsp/imxrt/family.mk +++ b/hw/bsp/imxrt/family.mk @@ -1,4 +1,5 @@ UF2_FAMILY_ID = 0x4fb2d5bd +FAMILY_SUBMODULES = hw/mcu/nxp include $(TOP)/$(BOARD_PATH)/board.mk diff --git a/hw/bsp/nrf/family.mk b/hw/bsp/nrf/family.mk index c7dff1d0c..16c912dc4 100644 --- a/hw/bsp/nrf/family.mk +++ b/hw/bsp/nrf/family.mk @@ -1,4 +1,5 @@ UF2_FAMILY_ID = 0xADA52840 +FAMILY_SUBMODULES = hw/mcu/nordic/nrfx include $(TOP)/$(BOARD_PATH)/board.mk |
