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