Macpaul Lin | 463d47f | 2011-10-11 22:33:19 +0000 | [diff] [blame] | 1 | # |
| 2 | # (C) Copyright 2000-2006 |
| 3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. |
| 4 | # |
| 5 | # Copyright (C) 2011 Andes Technology Corporation |
| 6 | # Shawn Lin, Andes Technology Corporation <nobuhiro@andestech.com> |
| 7 | # Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com> |
| 8 | # |
Wolfgang Denk | 1a45966 | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 9 | # SPDX-License-Identifier: GPL-2.0+ |
Macpaul Lin | 463d47f | 2011-10-11 22:33:19 +0000 | [diff] [blame] | 10 | # |
| 11 | |
Masahiro Yamada | 547bb1e | 2013-10-21 11:53:32 +0900 | [diff] [blame] | 12 | obj-y += board.o |
| 13 | obj-y += cache.o |
| 14 | obj-$(CONFIG_CMD_BOOTM) += bootm.o |
| 15 | obj-y += interrupts.o |