blob: fc9a51a6ec059e7924aa6fb4dec6a088d842825c [file] [log] [blame]
# Copyright 2020 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("drivers") {
deps = [
"drivers/acpi-arm64",
"drivers/as370",
"drivers/astro",
"drivers/av400",
"drivers/integration-test",
"drivers/machina",
"drivers/nelson",
"drivers/qemu-arm64",
"drivers/sherlock:luis",
"drivers/sherlock:luis-factory",
"drivers/sherlock:luis-factory-rndis",
"drivers/sherlock:sherlock",
"drivers/sherlock:sherlock-dai-test",
"drivers/sherlock:sherlock-factory",
"drivers/sherlock:sherlock-factory-rndis",
"drivers/vim3",
]
if (current_cpu == "x64") {
deps += [ "drivers/x86:platform-bus-x86" ]
}
}
group("tests") {
testonly = true
deps = [
"drivers:tests",
"lib:tests",
"tests",
]
}