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