blob: aa769a2400cc776874cae3da1936c636532808e0 [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("bus") {
deps = [
"pci",
"platform",
"virtio",
]
if (current_cpu == "x64") {
deps += [ "acpi" ]
}
}