summaryrefslogtreecommitdiffstats
path: root/board/amirix/ap1000/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/amirix/ap1000/Makefile')
-rw-r--r--board/amirix/ap1000/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/amirix/ap1000/Makefile b/board/amirix/ap1000/Makefile
index fdf61458d3..fe7a6a2144 100644
--- a/board/amirix/ap1000/Makefile
+++ b/board/amirix/ap1000/Makefile
@@ -32,7 +32,9 @@ SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
-$(LIB): $(OBJS) $(SOBJS)
+all: $(LIB) $(SOBJS)
+
+$(LIB): $(OBJS)
$(call cmd_link_o_target, $^)
clean:
OpenPOWER on IntegriCloud