blob: ea68dd07db31df795a48b5325c7b0d4df96d2448 [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.
driver("ktrace") {
sources = [
"ktrace.c",
]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zircon-internal",
]
}