1#
2# Copyright (c) Charles Dias <charlesdias.cd@outlook.com>
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7# Add custom linker section to relocate framebuffers to PSRAM
8zephyr_linker_sources_ifdef(CONFIG_LV_Z_VBD_CUSTOM_SECTION
9 SECTIONS dc_ram.ld)
10