mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-16 23:16:01 +01:00
Like we did with R5, move ARM64 code into a specific directory to make it clear what code is only meant to run on each core type. Signed-off-by: Andrew Davis <afd@ti.com>
7 lines
151 B
Makefile
7 lines
151 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
|
|
|
|
obj-y += arm64-mmu.o
|
|
obj-y += cache.o
|