]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/Makefile.common
Merge linker scripts in bootrom to have a single linker script for the bootloader...
[proxmark3-svn] / common / Makefile.common
index c4da75e15a06dd0a415564b5c980519b89f623a3..eab96080e6a9757a220de8d19cfeb9717d963dcb 100644 (file)
@@ -76,8 +76,8 @@ DEPENDENCY_FILES = $(patsubst %.c,$(OBJDIR)/%.d,$(notdir $(THUMBSRC))) \
 
 $(DEPENDENCY_FILES): Makefile ../common/Makefile.common
 $(OBJDIR)/%.d: %.c
-       $(CC) -MM -MT "$(@) $(@:.d=.o)" $(CFLAGS) $< > $@
+       @$(CC) -MM -MT "$(@) $(@:.d=.o)" $(CFLAGS) $< > $@
 $(OBJDIR)/%.d: %.s
-       $(CC) -MM -MT "$(@) $(@:.d=.o)" $(CFLAGS) $< > $@
+       @$(CC) -MM -MT "$(@) $(@:.d=.o)" $(CFLAGS) $< > $@
 
 -include $(DEPENDENCY_FILES)
Impressum, Datenschutz