blob: 8ba93f312cfbadd4256dedfbd2126e7d4177a72f [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")
zx_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",
]
}