blob: 670029cff557cb10fb30f32918ebc2414bff6e18 [file] [log] [blame]
# Copyright 2021 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("user-copy") {
sources = [
"user-copy.S",
"user-copy.cc",
]
deps = [ "//zircon/kernel/lib/user_copy" ]
}