]> git.sur5r.net Git - u-boot/blob - board/freescale/ls1088a/Makefile
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot] / 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