Files
uniLoader/arch/Makefile
Ivaylo Ivanov 0008ecfa60 arch: use per-arch makefile instead of hardcoding in the root one
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.
2025-07-08 18:07:32 +03:00

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