2010-06-17 14:06:07 +00:00
|
|
|
#
|
2011-04-22 17:41:02 +00:00
|
|
|
# Copyright (C) 2010 Albert ARIBAUD <albert.u.boot@aribaud.net>
|
2010-06-17 14:06:07 +00:00
|
|
|
#
|
|
|
|
# Based on original Kirkwood support which is
|
|
|
|
# (C) Copyright 2009
|
|
|
|
# Marvell Semiconductor <www.marvell.com>
|
|
|
|
# Written-by: Prafulla Wadaskar <prafulla@marvell.com>
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2010-06-17 14:06:07 +00:00
|
|
|
#
|
|
|
|
|
2013-10-17 08:34:49 +00:00
|
|
|
obj-y = cpu.o
|
|
|
|
obj-y += dram.o
|
|
|
|
obj-y += timer.o
|
2010-06-17 14:06:07 +00:00
|
|
|
|
|
|
|
ifndef CONFIG_SKIP_LOWLEVEL_INIT
|
2013-10-17 08:34:49 +00:00
|
|
|
obj-y += lowlevel_init.o
|
2010-06-17 14:06:07 +00:00
|
|
|
endif
|