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