xref: /openbmc/u-boot/board/schulercontrol/sc_sps_1/Makefile (revision fbe502e9aba098b5ad500d1cdb6b376f56f9ddbb)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2000-2012
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6ifndef	CONFIG_SPL_BUILD
7obj-y	:= sc_sps_1.o
8else
9obj-y	:= spl_boot.o
10endif
11