blob: 3b6c3623b2b8e2dc2ddb5f3cc23b44e640aa2dbb [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.
assert(toolchain.environment == "efi")
source_set("src") {
sources = [
"cmdline.c",
"device_id.c",
"diskio.c",
"framebuffer.c",
"inet6.c",
"misc.c",
"netboot.c",
"netifc.c",
"osboot.c",
"pci.c",
"zircon.c",
]
include_dirs = [ "." ]
deps = [
"$zx/kernel/lib/efi",
"$zx/system/ulib/gfx-font-data",
"$zx/system/ulib/tftp",
]
}