Print AS when compiling ASM source.
This commit is contained in:
parent
6294ce7025
commit
a5e3df4e72
2
Makefile
2
Makefile
|
@ -347,7 +347,7 @@ endif
|
||||||
|
|
||||||
%.o: %.S config.h config.mk $(HEADERS)
|
%.o: %.S config.h config.mk $(HEADERS)
|
||||||
$(Q)$(CC) $(CFLAGS) $(ASFLAGS) $(DEFINES) -c -o $@ $<
|
$(Q)$(CC) $(CFLAGS) $(ASFLAGS) $(DEFINES) -c -o $@ $<
|
||||||
@$(if $(Q), $(shell echo echo CC $<),)
|
@$(if $(Q), $(shell echo echo AS $<),)
|
||||||
|
|
||||||
install: $(TARGET)
|
install: $(TARGET)
|
||||||
mkdir -p $(DESTDIR)$(PREFIX)/bin 2>/dev/null || /bin/true
|
mkdir -p $(DESTDIR)$(PREFIX)/bin 2>/dev/null || /bin/true
|
||||||
|
|
Loading…
Reference in New Issue