blob: 2f394be1f4ceb95ceb8951b00d3fc33430e1a9c5 [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("lib") {
sources = [
"console-printf.c",
"ctype.c",
"efi/guids.c",
"inet.c",
"loadfile.c",
"printf.c",
"stdlib.c",
"string.c",
"strings.c",
"xefi.c",
]
deps = [
"$zx/kernel/lib/efi",
]
}