blob: 1ab8ff6651202f86c5bb5d1c0535aedfdde039f1 [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.
group("serial") {
deps = [
"aml-uart",
"ftdi",
"ftdi:ftdi-fake-usb",
"serial",
]
if (current_cpu == "x64") {
deps += [ "intel-serialio" ]
deps += [ "uart16550" ]
}
}