mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 20:54:31 +00:00
93d3320417
ls1021 is arm-core and support qe which is u-qe. add u-qe init for arm board. Signed-off-by: Zhao Qiang <B45475@freescale.com> [York Sun: Fix compiling error caused by u_qe_init()] Reviewed-by: York Sun <yorksun@freescale.com>
9 lines
202 B
Makefile
9 lines
202 B
Makefile
#
|
|
# Copyright (C) 2006 Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_QE) += qe.o uccf.o uec.o uec_phy.o
|
|
obj-$(CONFIG_U_QE) += qe.o
|
|
obj-$(CONFIG_OF_LIBFDT) += fdt.o
|