blob: 079efeff57b369767c9cbfa091035558d9f5eff6 [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.
group("misc") {
deps = [
"builtin",
"cpu-trace",
"ktrace",
"test",
]
if (current_cpu == "x64") {
deps += [ "tpm" ]
}
}