# SPDX-License-Identifier: GPL-2.0+

extra-y	= start.o

ifndef CONFIG_TPL_BUILD
obj-y += spl.o
else
obj-y += tpl.o
endif
