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