blob: 7bd743154b4e9c496c1f1c71f033e219852fdb3c [file] [log] [blame]
# Copyright 2020 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.
group("vdso-code-header") {
_vdso_toolchain = "//zircon/kernel:kernel_${target_cpu}"
public_deps =
[ "//zircon/kernel/lib/userabi:vdso-code-header($_vdso_toolchain)" ]
}