summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2010-12-06 23:45:35 +0100
committerWolfgang Denk <wd@denx.de>2010-12-06 23:45:35 +0100
commitf12af1f38dc59a6dfe0fed1359e1a05e700a435b (patch)
tree2d019236794576f403496d03511c81454921c743 /Makefile
parentf61f59da0fdcec37046680de3972709fe65282ac (diff)
parentf550c521e123f2c35d742599f19f4aea2db85951 (diff)
downloadu-boot-f12af1f38dc59a6dfe0fed1359e1a05e700a435b.tar.gz
u-boot-f12af1f38dc59a6dfe0fed1359e1a05e700a435b.tar.xz
u-boot-f12af1f38dc59a6dfe0fed1359e1a05e700a435b.zip
Merge branch 'master' of git://git.denx.de/u-boot-video
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