blob: f06793f4ee88b68b5f58dc8b919e79a7c3fd25cb [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
import("//build/zircon/migrated_targets.gni")
zx_library("arm64") {
kernel = true
host = true
static = true
visibility = [ "../*" ]
sources = [ "cache.cc" ]
include_dirs = [ "../include" ]
public_deps = [ "//zircon/system/ulib/hwreg:headers" ]
sdk = "source"
sdk_headers = [
"lib/arch/asm.h",
"lib/arch/intrin.h",
"lib/arch/ticks.h",
"lib/arch/zbi-boot.h",
]
sdk_migrated = true
}