Adjust nrf52832 compile output

This commit is contained in:
George Oikonomou 2018-03-30 21:19:04 +01:00
parent 3f4a1f7c54
commit be2a818eaa
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ nrf52832.a: $(OBJECTS)
# Assemble files
$(OBJECT_DIRECTORY)/%.o: %.s
@echo Compiling file: $(notdir $<)
$(TRACE_CC)
$(Q)$(CC) $(ASMFLAGS) $(addprefix -I$(NRF52_SDK_ROOT)/, $(INC_PATHS)) -c -o $@ $<
%.jlink: