ack/plat/linuxmips/build-pkg.lua
2018-09-05 00:00:13 +02:00

26 lines
392 B
Lua

include("plat/build.lua")
ackfile {
name = "boot",
srcs = { "./boot.s" },
vars = { plat = "linuxmips" }
}
--
--build_plat_libs {
-- name = "libs",
-- arch = "powerpc",
-- plat = "linuxppc",
--}
installable {
name = "pkg",
map = {
"+tools",
-- "+libs",
"./include+pkg",
["$(PLATIND)/linuxmips/boot.o"] = "+boot",
-- ["$(PLATIND)/linuxppc/libsys.a"] = "./libsys+lib",
}
}