blob: 45eccfe243890b5a95e71ff69eec30aafaf25f68 [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/ulib/fdio",
"$zx/system/ulib/zircon",
]
}