Print AS when compiling ASM source.

This commit is contained in:
Themaister 2012-12-09 18:37:09 +01:00
parent 6294ce7025
commit a5e3df4e72

View File

@ -347,7 +347,7 @@ endif
%.o: %.S config.h config.mk $(HEADERS)
$(Q)$(CC) $(CFLAGS) $(ASFLAGS) $(DEFINES) -c -o $@ $<
@$(if $(Q), $(shell echo echo CC $<),)
@$(if $(Q), $(shell echo echo AS $<),)
install: $(TARGET)
mkdir -p $(DESTDIR)$(PREFIX)/bin 2>/dev/null || /bin/true