blob: 3a159cab3085ac0d29b8970158a4e4aa7b61df70 [file] [log] [blame]
# Copyright 2024 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/aml-hrtimer" ]
}
group("tests") {
testonly = true
deps = [ "drivers:tests" ]
}