fb20dbe4d1
This was added after 203dae41f
and missed in the rebase.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
9 lines
257 B
Python
9 lines
257 B
Python
# Shared manifest for LEGO_HUB_NO6 & LEGO_HUB_NO7.
|
|
|
|
include("$(PORT_DIR)/boards/manifest.py")
|
|
|
|
# Modules for application firmware update.
|
|
module("fwupdate.py", base_path="$(PORT_DIR)/mboot", opt=3)
|
|
module("spiflash.py", opt=3)
|
|
module("appupdate.py", opt=3)
|