mirror of
https://github.com/revyos/th1520-vendor-uboot.git
synced 2026-07-19 14:44:52 +02:00
10 lines
274 B
Makefile
10 lines
274 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
# Copyright 2015-2018 NXP
|
|
# Copyright 2014 Freescale Semiconductor, Inc.
|
|
|
|
obj-y += ldpaa_wriop.o
|
|
obj-y += ldpaa_eth.o
|
|
obj-$(CONFIG_ARCH_LS2080A) += ls2080a.o
|
|
obj-$(CONFIG_ARCH_LS1088A) += ls1088a.o
|
|
obj-$(CONFIG_ARCH_LX2160A) += lx2160a.o
|