blob: ba3ff55ff7a7f096b078f7131aa83fbf8dd089ef [file] [log] [blame]
# Copyright 2022 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/arch",
"//zircon/kernel/lib/libc",
"//zircon/kernel/lib/user_copy",
]
}