ack/plat/pc86/build-pkg.lua
2016-08-14 01:39:40 +02:00

24 lines
280 B
Lua

include("plat/build.lua")
ackfile {
name = "boot",
srcs = { "./boot.s" },
vars = { plat = "pc86" }
}
build_plat_libs {
name = "libs",
arch = "i86",
plat = "pc86",
}
installable {
name = "pkg",
map = {
"+tools",
"+libs",
["$(PLATIND)/pc86/boot.o"] = "+boot"
}
}