1/* 2 * Copyright (c) 2021 Intel Corporation. 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7__device_deps_start = .; 8#ifdef LINKER_DEVICE_DEPS_PASS1 9KEEP(*(SORT(.__device_deps_pass1*))); 10#else 11KEEP(*(SORT(.__device_deps_pass2*))); 12#endif /* LINKER_DEVICE_DEPS_PASS1 */ 13__device_deps_end = .; 14