Skip to content

Commit

Permalink
Ensure that verbosity is applied in avr-gcc recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
akosthekiss committed Sep 12, 2020
1 parent 5c75754 commit da656d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.common
Expand Up @@ -156,8 +156,10 @@ endif

# --mcall-prologues can be used here, but messes up debugging a little
%.axf: %.c
ifneq ($(E),)
@echo AVR-CC ${<}
@part=${<} ; part=$${part/_*}; \
endif
${E}part=${<} ; part=$${part/_*}; \
${AVR}gcc -Wall -gdwarf-2 -Os -std=gnu99 \
-mmcu=$$part \
-DF_CPU=8000000 \
Expand Down

0 comments on commit da656d6

Please sign in to comment.