mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
3e93b4e600
Move arch/arm/cpu/arm926ejs/orion5x/* -> arch/arm/mach-orion5x/* Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
18 lines
385 B
Makefile
18 lines
385 B
Makefile
#
|
|
# Copyright (C) 2010 Albert ARIBAUD <albert.u.boot@aribaud.net>
|
|
#
|
|
# Based on original Kirkwood support which is
|
|
# (C) Copyright 2009
|
|
# Marvell Semiconductor <www.marvell.com>
|
|
# Written-by: Prafulla Wadaskar <prafulla@marvell.com>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y = cpu.o
|
|
obj-y += dram.o
|
|
obj-y += timer.o
|
|
|
|
ifndef CONFIG_SKIP_LOWLEVEL_INIT
|
|
obj-y += lowlevel_init.o
|
|
endif
|