Commit 83ca35b0 authored by Dimitris Lampridis's avatar Dimitris Lampridis

boards: introduce board Manifest and add it to the root Manifest

parent c466a66b
......@@ -2,5 +2,6 @@ modules = {
"local" : [
"modules",
"platform",
"board",
],
}
try:
if board in ["spec", "svec", "vfchd", "common"]:
modules = {"local" : [ board ] }
except NameError:
pass
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment