mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-16 08:13:17 +00:00
10 lines
244 B
Makefile
10 lines
244 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause
|
||
|
#
|
||
|
# Copyright (C) 2023, STMicroelectronics - All Rights Reserved
|
||
|
#
|
||
|
|
||
|
obj-y += cpu.o
|
||
|
obj-y += arm64-mmu.o
|
||
|
obj-$(CONFIG_OF_SYSTEM_SETUP) += fdt.o
|
||
|
obj-$(CONFIG_STM32MP25X) += stm32mp25x.o
|