Macpaul Lin | 3bb6f7e | 2011-10-19 20:41:05 +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 | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 9 | # SPDX-License-Identifier: GPL-2.0+ |
Macpaul Lin | 3bb6f7e | 2011-10-19 20:41:05 +0000 | [diff] [blame] | 10 | # |
| 11 | |
Masahiro Yamada | 350735c | 2014-02-04 17:24:25 +0900 | [diff] [blame] | 12 | # necessary to create built-in.o |
| 13 | obj- := __dummy__.o |
| 14 | |
Masahiro Yamada | 8087e0e | 2013-10-21 11:53:32 +0900 | [diff] [blame] | 15 | extra-y = start.o |
Masahiro Yamada | 40e73b1 | 2014-11-13 12:28:40 +0900 | [diff] [blame] | 16 | |
| 17 | obj-y += $(if $(SOC),$(SOC)/) |