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 /Makefile | |
parent | 49733aa0b9d29803384ad4bce74985f4bbe7e9aa (diff) |
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 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -185,9 +185,6 @@ LIBS += lib/lzma/liblzma.o LIBS += lib/lzo/liblzo.o LIBS += $(shell if [ -f board/$(VENDOR)/common/Makefile ]; then echo \ "board/$(VENDOR)/common/lib$(VENDOR).o"; fi) -ifdef CONFIG_FSL_DIU_FB -LIBS += board/freescale/common/libfreescale.o -endif LIBS += $(CPUDIR)/lib$(CPU).o ifdef SOC LIBS += $(CPUDIR)/$(SOC)/lib$(SOC).o |