blob: 44293ba92675e874c40626936e939a6844cb53e9 [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") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "clock.c" ]
deps = [
"//sdk/fidl/fuchsia.hardware.rtc:fuchsia.hardware.rtc_c",
"//sdk/lib/fdio",
]
}
executable("clkctl") {
configs += [ "//build/unification/config:zircon-migrated" ]
sources = [ "clkctl.c" ]
deps = [
"//sdk/fidl/fuchsia.hardware.clock:fuchsia.hardware.clock_c",
"//sdk/lib/fdio",
]
}