2011-10-11 22:33:19 +00:00
|
|
|
#
|
|
|
|
# (C) Copyright 2000-2006
|
|
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
#
|
|
|
|
# Copyright (C) 2011 Andes Technology Corporation
|
|
|
|
# Shawn Lin, Andes Technology Corporation <nobuhiro@andestech.com>
|
|
|
|
# Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com>
|
|
|
|
#
|
2013-07-08 07:37:19 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0+
|
2011-10-11 22:33:19 +00:00
|
|
|
#
|
|
|
|
|
2013-10-21 02:53:32 +00:00
|
|
|
obj-y += cache.o
|
|
|
|
obj-$(CONFIG_CMD_BOOTM) += bootm.o
|
2017-05-18 06:37:53 +00:00
|
|
|
obj-$(CONFIG_CMD_GO) += boot.o
|
2013-10-21 02:53:32 +00:00
|
|
|
obj-y += interrupts.o
|