blob: f73ad09a5c8562a4d9e9958a9c048f4ff1c87f97 [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
config("config") {
include_dirs = [ "include" ]
}
zx_library("perfmon") {
kernel = true
sources = [ "perfmon.cc" ]
deps = [ "$zx/kernel/vm" ]
}