blob: d5280a70db922378270cdc234ac97f6ebf3a5846 [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.
executable("clock") {
sources = [
"clock.c",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-rtc:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}
executable("clkctl") {
sources = [
"clkctl.c",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-clock:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}