mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-11 22:03:15 +00:00
10 lines
170 B
Makefile
10 lines
170 B
Makefile
|
#
|
||
|
# Copyright 2018 Freescale Semiconductor
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y += lx2160a.o
|
||
|
obj-y += ddr.o
|
||
|
obj-$(CONFIG_TARGET_LX2160ARDB) += eth_lx2160ardb.o
|