blob: a8be3e78b3ad128e9aa87d5b3b6634bc8a3da5f9 [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("lib") {
deps = [ "mexec" ]
}
group("boot_tests") {
testonly = true
if (current_cpu != "riscv64") { # mexec is not supported on RISC-V.
deps = [ "mexec:tests" ]
}
}