Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / 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