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