summaryrefslogtreecommitdiff
path: root/firmware/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/Makefile')
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/Makefile b/firmware/Makefile
index a35a120..9259f8c 100644
--- a/firmware/Makefile
+++ b/firmware/Makefile
@@ -27,7 +27,7 @@ all: $(OUTPUT) $(EXTRA_TARGETS)
dep: $(DEPFILE)
$(OUTPUT): $(OBJS) $(DEPFILE)
- @echo "AR+RANLIB $@"
+ @echo "AR+RANLIB $(notdir $@)"
$(SILENT)$(AR) ruv $@ $(OBJS) >/dev/null 2>&1
$(SILENT)$(RANLIB) $@