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