xref: /openbmc/u-boot/board/freescale/lx2160a/Makefile (revision ccd063e9812a2bdcbeafbbcd8dcb062bfc290f24)
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