aboutsummaryrefslogtreecommitdiff
path: root/board/netstal/hcu5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/netstal/hcu5/Makefile')
-rw-r--r--board/netstal/hcu5/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/board/netstal/hcu5/Makefile b/board/netstal/hcu5/Makefile
index 53487653b..280c2f668 100644
--- a/board/netstal/hcu5/Makefile
+++ b/board/netstal/hcu5/Makefile
@@ -34,7 +34,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: