mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
c40e6f9169
This allows using PCIe NIC without enabling DPAA FMan. Signed-off-by: York Sun <york.sun@nxp.com> CC: Mingkai Hu <mingkai.hu@nxp.com> Acked-by: Mingkai Hu <mingkai.hu@nxp.com>
12 lines
194 B
Makefile
12 lines
194 B
Makefile
#
|
|
# Copyright 2015 Freescale Semiconductor
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y += ddr.o
|
|
obj-y += ls1043ardb.o
|
|
ifndef CONFIG_SPL_BUILD
|
|
obj-$(CONFIG_NET) += eth.o
|
|
obj-y += cpld.o
|
|
endif
|