blob: 4e4bb519d9d2333469124b5892e927b4f7c7cc26 [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("rtc") {
deps = [
"fallback",
"nxp",
"pl031-rtc",
]
if (current_cpu == "x64") {
deps += [ "intel-rtc" ]
}
}