blob: 501f26f1c37e804b36db5e725362d3f0717098de [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Macpaul Lin0d1f4742011-10-11 22:33:19 +00002#
3# (C) Copyright 2000-2006
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5#
6# Copyright (C) 2011 Andes Technology Corporation
7# Shawn Lin, Andes Technology Corporation <nobuhiro@andestech.com>
8# Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com>
Macpaul Lin0d1f4742011-10-11 22:33:19 +00009
Masahiro Yamada8087e0e2013-10-21 11:53:32 +090010obj-y += cache.o
11obj-$(CONFIG_CMD_BOOTM) += bootm.o
rickf1113c92017-05-18 14:37:53 +080012obj-$(CONFIG_CMD_GO) += boot.o
Masahiro Yamada8087e0e2013-10-21 11:53:32 +090013obj-y += interrupts.o