blob: 5d859238c22dce95089e4469601164975b4f1677 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
library("counters") {
visibility = [
"$zx/kernel/*",
"$zx/system/uapp/kcounter/*",
"$zx/system/ulib/kcounter/*",
"$zx/system/utest/kcounter/*",
]
kernel = true
static = true
sources = []
if (is_kernel) {
sources += [ "counters.cc" ]
}
}