xref: /openbmc/u-boot/board/freescale/ls1043aqds/Makefile (revision cf0bcd7d02e9f1774a3a6643ec4739c8c0aef217)
1#
2# Copyright 2015 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 += ls1043aqds.o
12