Lines Matching refs:ARCH
97 if [ -d arch/${ARCH}/scripts ]; then
98 cp -a arch/${ARCH}/scripts $kerneldir/build/arch/${ARCH}
100 if [ -f arch/${ARCH}/*lds ]; then
101 cp -a arch/${ARCH}/*lds $kerneldir/build/arch/${ARCH}
107 if [ "${ARCH}" = "powerpc" ]; then
114 if [ "${ARCH}" = "arm64" -o "${ARCH}" = "riscv" ]; then
115 if [ -e arch/${ARCH}/kernel/vdso/vdso.lds ]; then
116 cp -a --parents arch/${ARCH}/kernel/vdso/vdso.lds $kerneldir/build/
119 if [ "${ARCH}" = "powerpc" ]; then
163 cp -a --parents $(find tools/arch/${ARCH}/ -type f) $kerneldir/build/
166 if [ "${ARCH}" = "arm64" ]; then
188 if [ "${ARCH}" = "powerpc" ]; then
190 cp -a --parents arch/${ARCH}/kernel/syscalls/syscall.tbl $kerneldir/build/ 2>/dev/null || :
191 cp -a --parents arch/${ARCH}/kernel/syscalls/syscalltbl.sh $kerneldir/build/ 2>/dev/null || :
192 cp -a --parents arch/${ARCH}/kernel/syscalls/syscallhdr.sh $kerneldir/build/ 2>/dev/null || :
193 cp -a --parents arch/${ARCH}/kernel/vdso32/* $kerneldir/build/ 2>/dev/null || :
194 cp -a --parents arch/${ARCH}/kernel/vdso64/* $kerneldir/build/ 2>/dev/null || :
196 if [ "${ARCH}" = "riscv" ]; then
206 if [ "${ARCH}" = "arm" ]; then
207 cp -a --parents arch/${ARCH}/mach-*/include $kerneldir/build/
222 if [ -d arch/${ARCH}/include ]; then
223 cp -a --parents arch/${ARCH}/include $kerneldir/build/
237 if [ "${ARCH}" = "x86" ]; then
270 if [ "${ARCH}" = "mips" ]; then
306 if [ "${ARCH}" = "powerpc" ]; then
341 RDEPENDS:${PN} += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-dev', '', d)}"