blob: f0654c58bcce7dff297842a8dbd79b51e13d45d1 [file] [log] [blame]
# Copyright 2020 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
import("//build/zircon/migrated_targets.gni")
zx_library("hw_watchdog") {
kernel = true
sources = [
"console.cc",
"hw_watchdog.cc",
]
deps = [
"//zircon/kernel/dev/pdev",
"//zircon/kernel/lib/arch",
"//zircon/kernel/lib/console",
"//zircon/kernel/lib/debuglog",
]
}