mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
In preparation for CCF migration for IPUv3 separate existing clock code to legacy files. These will be used by i.MX5 that currently does not support the CCF. No functional change. Signed-off-by: Brian Ruley <brian.ruley@gehealthcare.com>
10 lines
304 B
Makefile
10 lines
304 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# (C) Copyright 2000-2007
|
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
|
|
|
obj-$(CONFIG_VIDEO_IPUV3) += mxc_ipuv3_fb.o ipu_common.o ipu_disp.o
|
|
obj-$(CONFIG_IPU_CLK_LEGACY) += ipu_clk_legacy.o
|
|
obj-$(CONFIG_IMX_LDB) += ldb.o
|
|
obj-$(CONFIG_IMX_LCDIF) += lcdif.o
|