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