blob: 6bf2d18f22da26de81b17789eca453273bcdce8c [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",
"goldfish",
"goldfish-address-space",
"goldfish-control",
"ktrace",
"pty",
"sysinfo",
"test",
]
if (current_cpu == "x64") {
deps += [ "tpm" ]
}
}