mirror of
https://github.com/ivoszbg/uniLoader.git
synced 2026-05-18 03:00:04 +00:00
This is done to clean main/ code of ugly architecture ifdefs. Signed-off-by: Igor Belwon <igor.belwon@mentallysanemainliners.org>
7 lines
222 B
Makefile
7 lines
222 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2025 Ivaylo Ivanov <ivo.ivanov.ivanov1@gmail.com>
|
|
|
|
obj-$(CONFIG_POSITION_INDEPENDENT) += aarch64/reloc.o
|
|
obj-y += aarch64/start.o aarch64/load-kernel.o aarch64/memcpy.o
|