xref: /openbmc/u-boot/board/freescale/lx2160a/Makefile (revision c40b6df87fc0193a7184ada9f53aaf57cdec0cdf)
1#
2# Copyright 2018 Freescale Semiconductor
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7obj-y += lx2160a.o
8obj-y += ddr.o
9obj-$(CONFIG_TARGET_LX2160ARDB) += eth_lx2160ardb.o
10obj-$(CONFIG_TARGET_LX2160AQDS) += eth_lx2160aqds.o
11