diff options
author | Anatolij Gustschin <agust@denx.de> | 2010-11-29 21:17:37 +0100 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2010-12-01 20:48:13 +0100 |
commit | 14f88c43fcb7cee954648daeaba08b8e881ec01b (patch) | |
tree | c77b9ecd6dc50f61f31cdfcc20a8bba1d0728160 /board/freescale/common/Makefile | |
parent | 49733aa0b9d29803384ad4bce74985f4bbe7e9aa (diff) | |
download | u-boot-imx-14f88c43fcb7cee954648daeaba08b8e881ec01b.zip u-boot-imx-14f88c43fcb7cee954648daeaba08b8e881ec01b.tar.gz u-boot-imx-14f88c43fcb7cee954648daeaba08b8e881ec01b.tar.bz2 |
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/Makefile | 1 |
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 |