Tom Rini | 83d290c | 2018-05-06 17:58:06 -0400 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0+ |
Marek Vasut | f972716 | 2013-09-20 16:14:13 +0200 | [diff] [blame] | 2 | # |
3 | # (C) Copyright 2000-2006 | ||||
4 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. | ||||
Marek Vasut | f972716 | 2013-09-20 16:14:13 +0200 | [diff] [blame] | 5 | |
Marek Vasut | f972716 | 2013-09-20 16:14:13 +0200 | [diff] [blame] | 6 | ifndef CONFIG_SPL_BUILD |
Albert ARIBAUD | 85b8c5c | 2013-11-09 12:51:47 +0100 | [diff] [blame] | 7 | obj-y := bg0900.o |
Marek Vasut | f972716 | 2013-09-20 16:14:13 +0200 | [diff] [blame] | 8 | else |
Albert ARIBAUD | 85b8c5c | 2013-11-09 12:51:47 +0100 | [diff] [blame] | 9 | obj-y := spl_boot.o |
Marek Vasut | f972716 | 2013-09-20 16:14:13 +0200 | [diff] [blame] | 10 | endif |