blob: 0b627e6c17e5f7ff9b8fdee320c86d3923b366bf [file] [log] [blame]
# Copyright 2019 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.
host_tool("bootserver") {
sources = [
"bootserver.c",
"netboot.c",
"tftp.c",
]
deps = [
"$zx/system/ulib/tftp",
]
}