blob: 8538c0c9aae834471d2a6b4b8ae7e24dc3a27f7c [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
library("arch") {
kernel = true
# Not much is actually usable on host, but hwreg definitions and such are.
host = true
sources = []
# The per-CPU subdirectory is a separate library() target but it shares
# (and overrides) the <lib/arch/...> header name space and users of this
# library need never realize it's distinct.
public_deps = [ zircon_cpu ]
}