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