mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 22:53:55 +08:00
94804a9b3d
Move to generic location. Signed-off-by: Michal Simek <monstr@monstr.eu>
14 lines
150 B
Makefile
14 lines
150 B
Makefile
#
|
|
# Makefile
|
|
#
|
|
|
|
lib-y := memset.o
|
|
|
|
ifeq ($(CONFIG_OPT_LIB_ASM),y)
|
|
lib-y += fastcopy.o
|
|
else
|
|
lib-y += memcpy.o memmove.o
|
|
endif
|
|
|
|
lib-y += uaccess_old.o
|