mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
9 lines
195 B
Makefile
9 lines
195 B
Makefile
#
|
|
# Copyright (C) 2006 Freescale Semiconductor, Inc.
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(and $(CONFIG_QE),$(CONFIG_OF_LIBFDT)) += fdt.o
|
|
obj-$(CONFIG_QE) += qe.o uccf.o uec.o uec_phy.o
|