xref: /rk3399_rockchip-uboot/board/freescale/mx31pdk/Makefile (revision 9702ec00e95dbc1fd66ef8e9624c649e1ee818e5)
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