Enric Balletbo i Serra | 2ce268c | 2010-10-14 16:54:59 -0400 | [diff] [blame] | 1 | # |
2 | # (C) Copyright 2000, 2001, 2002 | ||||
3 | # Wolfgang Denk, DENX Software Engineering, wd@denx.de. | ||||
4 | # | ||||
Wolfgang Denk | d79de1d | 2013-07-08 09:37:19 +0200 | [diff] [blame] | 5 | # SPDX-License-Identifier: GPL-2.0+ |
Enric Balletbo i Serra | 2ce268c | 2010-10-14 16:54:59 -0400 | [diff] [blame] | 6 | # |
7 | |||||
Ladislav Michl | 87d3be4 | 2017-08-17 03:06:45 +0200 | [diff] [blame^] | 8 | ifdef CONFIG_SPL_BUILD |
9 | obj-y := spl.o common.o | ||||
10 | else | ||||
11 | obj-y := igep00x0.o common.o | ||||
12 | endif |