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