mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
ded220bd8f
We have several platforms using local copies of identical code. Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
169 B
Makefile
8 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
|