Merge tag 'fsl-qoriq-for-v2018.11-rc1' of git://git.denx.de/u-boot-fsl-qoriq
[oweals/u-boot.git] / board / freescale / ls1088a / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright 2017 NXP
4
5 obj-y += ls1088a.o
6 obj-y += ddr.o
7 ifndef CONFIG_SPL_BUILD
8 obj-$(CONFIG_TARGET_LS1088ARDB) += eth_ls1088ardb.o
9 obj-$(CONFIG_TARGET_LS1088AQDS) += eth_ls1088aqds.o
10 endif