Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Macpaul Lin | 463d47f | 2011-10-11 22:33:19 +0000 | [diff] [blame] | 2 | # |
| 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 Lin | 463d47f | 2011-10-11 22:33:19 +0000 | [diff] [blame] | 9 | |
Masahiro Yamada | 547bb1e | 2013-10-21 11:53:32 +0900 | [diff] [blame] | 10 | obj-y += cache.o |
| 11 | obj-$(CONFIG_CMD_BOOTM) += bootm.o |
rick | b841b6e | 2017-05-18 14:37:53 +0800 | [diff] [blame] | 12 | obj-$(CONFIG_CMD_GO) += boot.o |
Masahiro Yamada | 547bb1e | 2013-10-21 11:53:32 +0900 | [diff] [blame] | 13 | obj-y += interrupts.o |