Folders should be named after the vendor prefix Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
18 lines
410 B
Plaintext
18 lines
410 B
Plaintext
/*
|
|
* Copyright (c) 2021-2025 ATL Electronics
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
KEEP(*(SORT_NONE( EXCLUDE_FILE( *bl602_glb.o \
|
|
*bl602_pds.o \
|
|
*bl602_common.o \
|
|
*bl602_sf_cfg.o \
|
|
*bl602_sf_cfg_ext*.o* \
|
|
*bl602_sf_ctrl.o \
|
|
*bl602_sflash.o \
|
|
*bl602_sflash_ext*.o* \
|
|
*bl602_xip_sflash.o \
|
|
*bl602_xip_sflash_ext*.o* \
|
|
*bl602_ef_ctrl.o) .rodata*)))
|