ack/plat/rpi/build-tools.lua

22 lines
293 B
Lua
Raw Normal View History

2016-08-20 10:40:13 +00:00
include("plat/build.lua")
build_as {
name = "as",
arch = "vc4",
}
build_ncg {
name = "ncg",
arch = "vc4",
}
return installable {
name = "tools",
map = {
["$(PLATDEP)/rpi/as"] = "+as",
["$(PLATDEP)/rpi/ncg"] = "+ncg",
["$(PLATIND)/descr/rpi"] = "./descr",
"util/opt+pkg",
}
}