blob: 85bf8b406ea8224f76f7a42159440ea9a66e36f1 [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.
library("console") {
kernel = true
sources = [
"console.cc",
]
deps = [
"$zx/kernel/lib/cmdline",
]
}