xref: /openbmc/linux/arch/xtensa/lib/Makefile (revision dbf4ed89)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2249ac17eSChris Zankel#
3249ac17eSChris Zankel# Makefile for Xtensa-specific library files.
4249ac17eSChris Zankel#
5249ac17eSChris Zankel
6ded220bdSDavid S. Millerlib-y	+= memcopy.o memset.o checksum.o \
7*dbf4ed89SMax Filippov	   ashldi3.o ashrdi3.o lshrdi3.o \
8*dbf4ed89SMax Filippov	   divsi3.o udivsi3.o modsi3.o umodsi3.o mulsi3.o \
9249ac17eSChris Zankel	   usercopy.o strncpy_user.o strnlen_user.o
10249ac17eSChris Zankellib-$(CONFIG_PCI) += pci-auto.o
11