xref: /linux/arch/xtensa/lib/Makefile (revision 031106ce95a201f6dd4c5ebf35abb900cf34e2ba)
1#
2# Makefile for Xtensa-specific library files.
3#
4
5lib-y	+= memcopy.o memset.o checksum.o \
6	   usercopy.o strncpy_user.o strnlen_user.o
7lib-$(CONFIG_PCI) += pci-auto.o
8