mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 22:03:15 +00:00
6bd8231a6d
As the Ocelots SoCs, this family of SoCs are found in the Microsemi Switches solution. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
6 lines
179 B
Makefile
6 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
|