blob: f1dbffba4014d2eddb7764c3536e1968aed6c054 [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.
assert(current_cpu == "x64")
driver("cpu-trace") {
sources = [
"cpu-trace.c",
"intel-pm.c",
"intel-pt.c",
]
deps = [
"$zx/system/banjo/ddk-protocol-platform-device",
"$zx/system/ulib/ddk",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zircon-internal",
]
}