blob: b3e7d482b4f48232c9ab63a61c447693044017b5 [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/go/go_binary.gni")
import("//build/host.gni")
go_binary("make-efi") {
gopackage = "make-efi"
go_dependencies = [
{
package = "make-efi"
},
{
package = "thinfs"
source = "//garnet/go/src/thinfs"
},
]
}
install_host_tools("host") {
deps = [
":make-efi",
]
outputs = [
"make-efi",
]
}