developer | 2fddd72 | 2022-05-20 11:22:21 +0800 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | |||||
3 | obj-y += init.o | ||||
4 | obj-y += serial.o | ||||
5 | |||||
6 | ifeq ($(CONFIG_SPL_BUILD),y) | ||||
7 | ifeq ($(CONFIG_TPL_BUILD),y) | ||||
8 | obj-y += tpl/ | ||||
9 | else | ||||
10 | obj-y += spl/ | ||||
11 | endif | ||||
12 | |||||
13 | obj-y += sram_init.o | ||||
14 | endif |