blob: b2ea897434405606e3a01146b7d01d51384d684f [file] [log] [blame]
Fuchsia firmware team46a8da22021-12-15 10:56:53 +08001# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2000-2006
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6ifndef CONFIG_SPL_BUILD
7obj-y := mx23_olinuxino.o
8else
9obj-y := spl_boot.o
10endif