blob: a043a86e384068c31209543c7837e5f89dd0239f [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.
driver("pl031-rtc") {
sources = [
"pl031-rtc.c",
]
deps = [
"$zx/system/banjo/ddk-protocol-platform-device",
"$zx/system/fidl/fuchsia-hardware-rtc:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/rtc",
"$zx/system/ulib/zircon",
]
}