diff options
Diffstat (limited to 'lib_sh/Makefile')
-rw-r--r-- | lib_sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_sh/Makefile b/lib_sh/Makefile index a5772a0..0e4fdee 100644 --- a/lib_sh/Makefile +++ b/lib_sh/Makefile @@ -28,7 +28,7 @@ COBJS-y += board.o COBJS-y += bootm.o #COBJS-y += time.o -SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) +SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y)) $(LIB): $(obj).depend $(OBJS) |