blob: c8da961164dd58892a0037bfd41eb9a26a0cc1e2 [file]
# Copyright 2019 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
zx_library("page_tables") {
kernel = true
sources = [ "page_tables.cc" ]
deps = [ "$zx/kernel/lib/fbl" ]
public_deps = [
# <arch/x86/page_tables/page_tables.h> has #include <hwreg/bitfields.h>.
"$zx/system/ulib/hwreg:headers",
]
}