1*4882a593Smuzhiyun /* SPDX-License-Identifier: GPL-2.0 */ 2*4882a593Smuzhiyun #ifdef CONFIG_ARM_MODULE_PLTS 3*4882a593Smuzhiyun SECTIONS { 4*4882a593Smuzhiyun .plt : { BYTE(0) } 5*4882a593Smuzhiyun .init.plt : { BYTE(0) } 6*4882a593Smuzhiyun } 7*4882a593Smuzhiyun #endif 8