blob: 7b435293fc60b8af1baa5ee8f6df926dce888051 [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",
"serial",
]
if (current_cpu == "x64") {
deps += [ "intel-serialio" ]
}
}