Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Rick Chen | 8bbb290 | 2017-12-26 13:55:49 +0800 | [diff] [blame] | 2 | # |
| 3 | # (C) Copyright 2000-2006 |
| 4 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 5 | # |
| 6 | # Copyright (C) 2017 Andes Technology Corporation |
| 7 | # Rick Chen, Andes Technology Corporation <rick@andestech.com> |
Rick Chen | 8bbb290 | 2017-12-26 13:55:49 +0800 | [diff] [blame] | 8 | |
| 9 | obj-$(CONFIG_CMD_BOOTM) += bootm.o |
| 10 | obj-$(CONFIG_CMD_GO) += boot.o |
| 11 | obj-y += cache.o |
| 12 | obj-y += interrupts.o |