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