blob: 6f18270c5af10984c7cfedc3bf031266402d6c2b [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/amlogic-clk",
"drivers/clock",
"drivers/vim3-clk",
]
}
group("tests") {
testonly = true
deps = [
"drivers:tests",
"lib:tests",
]
}