1 # SPDX-License-Identifier: GPL-2.0-only 2 # 3 # Makefile for Xtensa-specific library files. 4 # 5 6 lib-y += memcopy.o memset.o checksum.o \ 7 ashldi3.o ashrdi3.o bswapdi2.o bswapsi2.o lshrdi3.o \ 8 divsi3.o udivsi3.o modsi3.o umodsi3.o mulsi3.o umulsidi3.o \ 9 usercopy.o strnlen_user.o 10 lib-$(CONFIG_ARCH_HAS_STRNCPY_FROM_USER) += strncpy_user.o 11 lib-$(CONFIG_PCI) += pci-auto.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.