xref: /openbmc/u-boot/board/freescale/ls1043ardb/Makefile (revision 87a62bce28a61199f7e51a39ec7f441af5a313cc)
1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright 2015 Freescale Semiconductor
4
5obj-y += ddr.o
6obj-y += ls1043ardb.o
7ifndef CONFIG_SPL_BUILD
8obj-$(CONFIG_NET) += eth.o
9obj-y += cpld.o
10endif
11