mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2024-11-21 19:40:07 +00:00
784bfd609a
Move onto using asmdefs macros in assembly files. Implement an assembly-based memcpy for aarch64 and a C-optimized memset, while also making place for replacing functions with more optimized ones in the future. Signed-off-by: Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
5 lines
59 B
Makefile
5 lines
59 B
Makefile
obj-y += $(ARCH)/start.o
|
|
|
|
# libs
|
|
obj-y += $(ARCH)/memcpy.o
|