6ae38887a7
a non-word aligned parameter is illegal (but most of the toolchain accepts it). So, word align data structures for em22.
11 lines
156 B
Lua
11 lines
156 B
Lua
include("plat/build.lua")
|
|
|
|
return installable {
|
|
name = "tools",
|
|
map = {
|
|
["$(PLATIND)/descr/em22"] = "./descr",
|
|
"util/opt+pkg",
|
|
"util/ass+pkg",
|
|
}
|
|
}
|