[U-Boot] [PATCH 1/2] sh: Fix of shmin board
Nobuhiro Iwamatsu
iwamatsu at nigauri.org
Thu Jan 6 04:42:15 CET 2011
Change lib$(BOARD).a to lib$(BOARD).o
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
---
board/shmin/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/board/shmin/Makefile b/board/shmin/Makefile
index be04e2c..06888cd 100644
--- a/board/shmin/Makefile
+++ b/board/shmin/Makefile
@@ -21,7 +21,7 @@
include $(TOPDIR)/config.mk
-LIB = lib$(BOARD).a
+LIB = lib$(BOARD).o
OBJS := shmin.o
SOBJS := lowlevel_init.o
--
1.7.2.3
More information about the U-Boot
mailing list