blob: 355ccf59257184aa18cd62a0afd1d947f899ca4f (
plain)
1
2
3
4
5
6
7
8
9
10
|
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright 2016 Freescale Semiconductor
obj-y += ddr.o
obj-y += ls1046ardb.o
ifndef CONFIG_XPL_BUILD
obj-$(CONFIG_NET_LEGACY) += eth.o
obj-y += cpld.o
endif
|