Skip to content
Snippets Groups Projects
Commit 35697092 authored by Nobuhiro Iwamatsu's avatar Nobuhiro Iwamatsu
Browse files

sh: Fix build of shmin board


Change lib$(BOARD).a to lib$(BOARD).o

Signed-off-by: default avatarNobuhiro Iwamatsu <iwamatsu@nigauri.org>
parent c8d47279
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
LIB = lib$(BOARD).o
OBJS := shmin.o
SOBJS := lowlevel_init.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment