blob: d87e247589b2edabc5ea3a9c89061d224487bf11 [file] [log] [blame]
# Copyright 2019 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
config("includes") {
include_dirs = [ "include" ]
}
source_set("generic32") {
public = [ "include/dev/hw_watchdog/generic32/init.h" ]
sources = [ "hw_watchdog.cc" ]
deps = [
"//zircon/kernel/dev/pdev",
"//zircon/kernel/lib/boot-options",
]
public_configs = [ ":includes" ]
}