xref: /linux/arch/xtensa/lib/Makefile (revision 9bbef18750b34fa1d476e46a7833867b49f856c4)
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