blob: 0a65ea3c0944c586dd0ae8c327dea59584a54f2a [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",
"sysinfo",
"test",
]
if (current_cpu == "x64") {
deps += [ "tpm" ]
}
}