armv8: ls1043ardb: Make NET independent of FMan
[platform/kernel/u-boot.git] / board / freescale / ls1043ardb / Makefile
1 #
2 # Copyright 2015 Freescale Semiconductor
3 #
4 # SPDX-License-Identifier:      GPL-2.0+
5 #
6
7 obj-y += ddr.o
8 obj-y += ls1043ardb.o
9 ifndef CONFIG_SPL_BUILD
10 obj-$(CONFIG_NET) += eth.o
11 obj-y += cpld.o
12 endif