summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2010-11-29 21:17:37 +0100
committerAnatolij Gustschin <agust@denx.de>2010-12-01 20:48:13 +0100
commit14f88c43fcb7cee954648daeaba08b8e881ec01b (patch)
treec77b9ecd6dc50f61f31cdfcc20a8bba1d0728160 /Makefile
parent49733aa0b9d29803384ad4bce74985f4bbe7e9aa (diff)
downloadblackbird-obmc-uboot-14f88c43fcb7cee954648daeaba08b8e881ec01b.tar.gz
blackbird-obmc-uboot-14f88c43fcb7cee954648daeaba08b8e881ec01b.zip
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--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 87a383d32c..0685ef9955 100644
--- a/Makefile
+++ b/Makefile
@@ -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
OpenPOWER on IntegriCloud