]> git.sur5r.net Git - u-boot/blob - board/freescale/ls1043ardb/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / board / freescale / ls1043ardb / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright 2015 Freescale Semiconductor
4
5 obj-y += ddr.o
6 obj-y += ls1043ardb.o
7 ifndef CONFIG_SPL_BUILD
8 obj-$(CONFIG_NET) += eth.o
9 obj-y += cpld.o
10 endif