blob: f94ca6bd1d424d1ae1f6bce6e3a127d1d1b36c7a [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") {
testonly = true
deps = [
"drivers/aml-spi",
"drivers/intel-gspi",
"drivers/spi",
]
}
group("tests") {
testonly = true
deps = [ "drivers:tests" ]
}