Tom Rini | 10e4779 | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Macpaul Lin | 3bb6f7e | 2011-10-19 20:41:05 +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 | 3bb6f7e | 2011-10-19 20:41:05 +0000 | [diff] [blame] | 9 | |
Masahiro Yamada | 8087e0e | 2013-10-21 11:53:32 +0900 | [diff] [blame] | 10 | extra-y = start.o |
Masahiro Yamada | 40e73b1 | 2014-11-13 12:28:40 +0900 | [diff] [blame] | 11 | |
Masahiro Yamada | abde127 | 2014-11-13 12:28:42 +0900 | [diff] [blame] | 12 | obj-$(if $(filter ag101,$(SOC)),y) += ag101/ |
rick | f1113c9 | 2017-05-18 14:37:53 +0800 | [diff] [blame] | 13 | obj-$(if $(filter ae3xx,$(SOC)),y) += ae3xx/ |