Sign in
fuchsia
/
fuchsia
/
038d2b9
/
.
/
zircon
/
kernel
/
dev
/
interrupt
/
BUILD.gn
blob: c775e5e47bb48658c8c150faf1658709eec4598f [
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.
zx_library
(
"interrupt"
)
{
kernel
=
true
sources
=
[
"msi.cc"
]
}