Raspberry Pi backend now builds.

This commit is contained in:
David Given
2016-08-20 12:40:13 +02:00
parent 23e8d5af5a
commit 204f932ed2
8 changed files with 110 additions and 1 deletions

21
plat/rpi/build-tools.lua Normal file
View File

@@ -0,0 +1,21 @@
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",
}
}