summaryrefslogtreecommitdiff
path: root/board/freescale/common/Makefile
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2010-11-29 20:17:37 (GMT)
committerAnatolij Gustschin <agust@denx.de>2010-12-01 19:48:13 (GMT)
commit14f88c43fcb7cee954648daeaba08b8e881ec01b (patch)
treec77b9ecd6dc50f61f31cdfcc20a8bba1d0728160 /board/freescale/common/Makefile
parent49733aa0b9d29803384ad4bce74985f4bbe7e9aa (diff)
downloadu-boot-fsl-qoriq-14f88c43fcb7cee954648daeaba08b8e881ec01b.tar.xz
video: move fsl_diu_fb driver to drivers/video
Since the driver is used not only on Freescale boards, we move it to a common place for video drivers as suggested by Wolfgang. The patch also cleans up the top level Makefile. Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'board/freescale/common/Makefile')
-rw-r--r--board/freescale/common/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/freescale/common/Makefile b/board/freescale/common/Makefile
index 905dd7a..1abd3e5 100644
--- a/board/freescale/common/Makefile
+++ b/board/freescale/common/Makefile
@@ -31,7 +31,6 @@ LIB = $(obj)libfreescale.o
COBJS-$(CONFIG_FSL_CADMUS) += cadmus.o
COBJS-$(CONFIG_FSL_VIA) += cds_via.o
-COBJS-$(CONFIG_FSL_DIU_FB) += fsl_diu_fb.o
COBJS-$(CONFIG_FSL_PIXIS) += pixis.o
COBJS-$(CONFIG_FSL_NGPIXIS) += ngpixis.o
COBJS-$(CONFIG_PQ_MDS_PIB) += pq-mds-pib.o