diff options
| author | hathach <[email protected]> | 2021-03-18 16:28:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-03-18 16:28:44 +0700 |
| commit | 253430a76585f529340e480397e07de567370b5f (patch) | |
| tree | 18bb8179b390fa0e3d1e33c63869fb4146e32058 /hw/bsp/samd51 | |
| parent | 2882390c82fc08a669093419abc69f25bc11a34f (diff) | |
add example specific DEPS_SUBMODULES
Diffstat (limited to 'hw/bsp/samd51')
| -rw-r--r-- | hw/bsp/samd51/family.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/samd51/family.mk b/hw/bsp/samd51/family.mk index 841708a75..f4e260fb1 100644 --- a/hw/bsp/samd51/family.mk +++ b/hw/bsp/samd51/family.mk @@ -1,5 +1,5 @@ UF2_FAMILY_ID = 0x55114460 -DEPS_SUBMODULES = hw/mcu/microchip +DEPS_SUBMODULES += hw/mcu/microchip include $(TOP)/$(BOARD_PATH)/board.mk |
