blob: 6f1b278a6afc2cff50bc82a71411b795b64991d6 [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.
assert(current_cpu == "x64")
driver("intel-rtc") {
sources = [
"intel-rtc.c",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-rtc:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/rtc",
"$zx/system/ulib/zircon",
]
}