xref: /openbmc/u-boot/board/freescale/ls1088a/Makefile (revision 971a54193c9a90a6651064c4a7879e3568e9e7b8)
1#
2# Copyright 2017 NXP
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7obj-y += ls1088a.o
8obj-y += ddr.o
9ifndef CONFIG_SPL_BUILD
10obj-$(CONFIG_TARGET_LS1088ARDB) += eth_ls1088ardb.o
11obj-$(CONFIG_TARGET_LS1088AQDS) += eth_ls1088aqds.o
12endif
13