blob: a2b28f73f4739503c1ba7e68bb1d119db5f903bf [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.
driver("intel-serialio") {
sources = [
"dma/dma.c",
"sdio/sdio.c",
"serialio.c",
"spi/spi.c",
"uart/uart.c",
]
include_dirs = [ "intel-serialio-include" ]
deps = [
"$zx/system/banjo/ddk.protocol.pci",
"$zx/system/banjo/ddk.protocol.serial",
"$zx/system/ulib/ddk",
"$zx/system/ulib/zircon",
]
}