summaryrefslogtreecommitdiffstats
path: root/board/amcc/bluestone/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/amcc/bluestone/Makefile')
-rw-r--r--board/amcc/bluestone/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/board/amcc/bluestone/Makefile b/board/amcc/bluestone/Makefile
index bcc52523a9..642eda01a7 100644
--- a/board/amcc/bluestone/Makefile
+++ b/board/amcc/bluestone/Makefile
@@ -33,8 +33,10 @@ SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
-$(LIB): $(OBJS) $(SOBJS)
- $(call cmd_link_o_target, $(OBJS) $(SOBJS))
+all: $(LIB) $(SOBJS)
+
+$(LIB): $(OBJS)
+ $(call cmd_link_o_target, $^)
clean:
rm -f $(SOBJS) $(OBJS)
OpenPOWER on IntegriCloud