[U-Boot] [PATCH 1/2] ea20: fix libea20.o not found
Ben Gardiner
bengardiner at nanometrics.ca
Tue Jan 11 20:48:16 CET 2011
This patch fixes ea20 after commit 6d8962e814c15807dd6ac5757904be2a02d187b8
where $(obj)lib$(BOARD).a was changed to $(obj)lib$(BOARD).o in almost all the
Makefiles except ea20, probably due to merge path of the changes in 2010.12.
Signed-off-by: Ben Gardiner<bengardiner at nanometrics.ca>
CC: Sebastien Carlier <sebastien.carlier at gmail.com>
---
board/davinci/ea20/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/davinci/ea20/Makefile b/board/davinci/ea20/Makefile
index ddd2564..67ec461 100644
--- a/board/davinci/ea20/Makefile
+++ b/board/davinci/ea20/Makefile
@@ -25,7 +25,7 @@
include $(TOPDIR)/config.mk
-LIB = $(obj)lib$(BOARD).a
+LIB = $(obj)lib$(BOARD).o
COBJS-y += ea20.o
--
1.7.0.4
More information about the U-Boot
mailing list