xref: /openbmc/u-boot/board/freescale/mx31pdk/Makefile (revision 085921368b7d1aa30e031cb7b54e5ea707a2155f)
1#
2# (C) Copyright 2008 Magnus Lilja <lilja.magnus@gmail.com>
3#
4# (C) Copyright 2000-2006
5# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
6#
7# SPDX-License-Identifier:	GPL-2.0+
8#
9
10ifdef CONFIG_SPL_BUILD
11obj-y	+= lowlevel_init.o
12endif
13obj-y	+= mx31pdk.o
14