diff options
author | Wolfgang Denk <wd@denx.de> | 2010-12-06 23:45:35 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-12-06 23:45:35 +0100 |
commit | f12af1f38dc59a6dfe0fed1359e1a05e700a435b (patch) | |
tree | 2d019236794576f403496d03511c81454921c743 /board/freescale/common/Makefile | |
parent | f61f59da0fdcec37046680de3972709fe65282ac (diff) | |
parent | f550c521e123f2c35d742599f19f4aea2db85951 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-video
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 905dd7a0ae..1abd3e5670 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 |