Skip to content

Commit c93a050

Browse files
committed
Makefile.wii: make one more target silenceable
1 parent eb63051 commit c93a050

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile.wii

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ $(EXT_INTER_TARGET): $(OBJ)
301301
$(CXX) $(CFLAGS) -c $(OBJOUT)$@ $<
302302

303303
%.o: %.S
304-
$(CC) $(CFLAGS) -c $(OBJOUT)$@ $<
304+
@$(if $(Q), $(shell echo echo CC $<),)
305+
$(Q)$(CC) $(CFLAGS) -c $(OBJOUT)$@ $<
305306

306307
%.binobj: %.bin
307308
$(LD) -r -b binary $(OBJOUT)$@ $<

0 commit comments

Comments
 (0)