blob: 96b92a15198c3bda41ebb87608e8765c1e92df75 [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
source_set("msm") {
sources = [ "uart.cc" ]
deps = [
"//zircon/kernel/dev/pdev",
"//zircon/kernel/dev/pdev/uart",
"//zircon/kernel/lib/cbuf",
"//zircon/kernel/lib/debuglog",
"//zircon/kernel/lib/zxc",
]
}