xref: /openbmc/u-boot/board/freescale/ls1046aqds/Makefile (revision c4203e1d73d8c56d64f9b92299f2f6a4547e4e4a)
1#
2# Copyright 2016 Freescale Semiconductor, Inc.
3#
4# SPDX-License-Identifier:      GPL-2.0+
5#
6
7obj-y += ddr.o
8ifndef CONFIG_SPL_BUILD
9obj-y += eth.o
10endif
11obj-y += ls1046aqds.o
12