diff options
Diffstat (limited to 'lib_sh')
-rw-r--r-- | lib_sh/Makefile | 2 | ||||
-rw-r--r-- | lib_sh/bootm.c (renamed from lib_sh/sh_linux.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib_sh/Makefile b/lib_sh/Makefile index cf127a826c..edb03d0082 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)) diff --git a/lib_sh/sh_linux.c b/lib_sh/bootm.c index 14b6815cd4..14b6815cd4 100644 --- a/lib_sh/sh_linux.c +++ b/lib_sh/bootm.c |