summaryrefslogtreecommitdiffstats
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 a5772a013d..0e4fdee093 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)
OpenPOWER on IntegriCloud