]> git.sur5r.net Git - u-boot/blob - board/freescale/ls1046ardb/Makefile
ARM: dts: rmobile: Add Renesas Ebisu board support
[u-boot] / board / freescale / ls1046ardb / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright 2016 Freescale Semiconductor
4
5 obj-y += ddr.o
6 obj-y += ls1046ardb.o
7 ifndef CONFIG_SPL_BUILD
8 obj-$(CONFIG_NET) += eth.o
9 obj-y += cpld.o
10 endif