blob: fbc2509fb7da84cad7b533903630bea1f61f8f8f [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.
zx_library("elfload") {
sources = [
"elf-load.c",
]
deps = [
"$zx/system/ulib/zircon",
]
}