blob: 269a6f7c9c51e586cbf013d9ccb584ebe9ba377a [file] [log] [blame]
# Copyright 2022 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/zx_library.gni")
zx_library("page_tables") {
sdk = "source"
sdk_headers = [ "page_tables/x86/constants.h" ]
}