blob: c3b64659bab69080a465e32fdcb6fde15eb36393 [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("hwreg") {
sdk = "source"
sdk_headers = [
"hwreg/bitfields.h",
"hwreg/internal.h",
"hwreg/mmio.h",
]
kernel = true
static = true
sources = [
"printers.cpp",
]
deps = [
"$zx/kernel/lib/fbl",
]
}