mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-31 16:38:12 +00:00
ded220bd8f
We have several platforms using local copies of identical code. Signed-off-by: David S. Miller <davem@davemloft.net>
7 lines
169 B
Makefile
7 lines
169 B
Makefile
#
|
|
# Makefile for Xtensa-specific library files.
|
|
#
|
|
|
|
lib-y += memcopy.o memset.o checksum.o \
|
|
usercopy.o strncpy_user.o strnlen_user.o
|
|
lib-$(CONFIG_PCI) += pci-auto.o
|