mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
As the Ocelots SoCs, this family of SoCs are found in the Microsemi Switches solution. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
7 lines
179 B
Makefile
7 lines
179 B
Makefile
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
CFLAGS_cpu.o += -finline-limit=64000
|
|
|
|
obj-y += cpu.o dram.o reset.o lowlevel_init.o
|
|
obj-$(CONFIG_SOC_LUTON) += lowlevel_init_luton.o
|