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