blob: 23c8ccaa1d6808a2b290ea74b4a34309be15fb5d [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.cpp",
]
public_deps = [
# <pdev/interrupt.h> has #include <dev/interrupt.h>.
"$zx/kernel/dev/interrupt",
]
}