blob: 1405f7f01e689d111781d6e91b0c6799c37ca766 [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("smbios") {
kernel = true
static = true
sources = [
"smbios.cpp",
]
deps = [
"$zx/system/ulib/fbl",
]
}