xref: /openbmc/u-boot/board/spear/x600/Makefile (revision 4549e789)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# (C) Copyright 2000-2004
4# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
5
6ifdef CONFIG_SPL_BUILD
7# necessary to create built-in.o
8obj- := __dummy__.o
9else
10obj-y	:= fpga.o x600.o
11endif
12