mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
2f69b04a88
This function is never called because h8300 uses the asm-generic inline function version. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
10 lines
225 B
Makefile
10 lines
225 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for H8/300-specific library files..
|
|
#
|
|
|
|
lib-y = memcpy.o memset.o abs.o \
|
|
mulsi3.o udivsi3.o muldi3.o moddivsi3.o \
|
|
ashldi3.o lshrdi3.o ashrdi3.o ucmpdi2.o \
|
|
delay.o
|