blob: 65b3edb7972871fc2d92c4a1fc7ab0d265f3763d [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.
library("pdev") {
kernel = true
sources = [
"pdev.cc",
]
public_deps = [
# <pdev/interrupt.h> has #include <dev/interrupt.h>.
"$zx/kernel/dev/interrupt",
]
}