blob: 7a169e0d70fc837f4b9c99087fe4b86a7b173cdd [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("gfx") {
kernel = true
sources = [
"gfx.cpp",
]
deps = [
"$zx/kernel/lib/console",
]
}