mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2026-01-06 17:10:13 +00:00
At some point building for arm32 was broken, because the assumption of an assembly memcpy existing was made. It, however, did not exist for arm32, only arm64, hence build failing. Avoid this.
6 lines
134 B
Makefile
6 lines
134 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2025 Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
|
|
|
|
include arch/$(ARCH)/Makefile
|