summaryrefslogtreecommitdiff
path: root/lib_sh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib_sh/Makefile')
-rw-r--r--lib_sh/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_sh/Makefile b/lib_sh/Makefile
index cf127a826..edb03d008 100644
--- a/lib_sh/Makefile
+++ b/lib_sh/Makefile
@@ -24,7 +24,7 @@ LIB = $(obj)lib$(ARCH).a
SOBJS =
-COBJS = board.o sh_linux.o # time.o
+COBJS = board.o bootm.o # time.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))